#CB5A41

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

Shades of Dark Coral #CB5A41

Tints of Dark Coral #CB5A41

Color information

#CB5A41 (or 0xCB5A41) is unknown color: approx Dark Coral. HEX triplet: CB, 5A and 41. RGB value is (203,90,65). Sum of RGB (Red+Green+Blue) = 203+90+65=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5A41 is #34A5BE. Grayscale: #797979. Windows color (decimal): -3450303 or 4283083. OLE color: 4283083.

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

Color convert

RGB2039065-
CMYK00.560.680.20
HSL10.87º57.02%52.55%-
HSV(B)10.87º67.98%79.61%-
XYZ29.2420.397.4-
YUV120.9496.44186.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.70%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 65 (25.78% from 255) = 18.16%
R=56.70%
G=25.14%
B=18.16%

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
Decimal203906500.560.680.2010.8757.0252.55
HexCB5A410384414b3935
Octal31313210107010424137165
Binary110010111011010100000101110001000100101001011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A41; }

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

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

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

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

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

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

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

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