#cb5a40

Color #CB5A40 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CB5A40

Tints of Dark Coral #CB5A40

Color information

#CB5A40 (or 0xCB5A40) is unknown color: approx Dark Coral. HEX triplet: CB, 5A and 40. RGB value is (203,90,64). Sum of RGB (Red+Green+Blue) = 203+90+64=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5A40 is #34A5BF. Grayscale: #797979. Windows color (decimal): -3450304 or 4217547. OLE color: 4217547.

HSL color Cylindrical-coordinate representation of color #CB5A40: hue angle of 11.22º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB5A40 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB2039064-
CMYK00.560.680.20
HSL11.22º57.2%52.35%-
HSV(B)11.22º68.47%79.61%-
XYZ29.2120.387.24-
YUV120.8295.94186.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 56.86%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=56.86%
G=25.21%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203906400.560.680.2011.2257.252.35
HexCB5A400384414b3934
Octal31313210007010424137164
Binary110010111011010100000001110001000100101001011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5a40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5a40; }

 p { color: rgb(203,90,64); }

 H1.HeaderClassName
 {
   color: #cb5a40;
 }
 .AnyTagClassName
 {
   color: #cb5a40;
 }
</style>
background-color css

<style>
 a { background-color: #cb5a40; }

 a { background-color: rgb(203,90,64); }

 div.DivClassName
 {
   background-color: #cb5a40;
 }
 .BgClassName
 {
   background-color: #cb5a40;
 }
</style>
border-color css

<style>
 span { border-color: #cb5a40; }

 span { border-color: rgb(203,90,64); }

 td.TdClassName
 {
   border-color: #cb5a40;
 }
 .TagClassName
 {
   border-color: #cb5a40;
 }
</style>