#CB5945

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

Shades of Dark Coral #CB5945

Tints of Dark Coral #CB5945

Color information

#CB5945 (or 0xCB5945) is unknown color: approx Dark Coral. HEX triplet: CB, 59 and 45. RGB value is (203,89,69). Sum of RGB (Red+Green+Blue) = 203+89+69=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5945 is #34A6BA. Grayscale: #797979. Windows color (decimal): -3450555 or 4544971. OLE color: 4544971.

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

Color convert

RGB2038969-
CMYK00.560.660.20
HSL8.96º56.3%53.33%-
HSV(B)8.96º66.01%79.61%-
XYZ29.2820.278-
YUV120.8198.77186.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.23%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=56.23%
G=24.65%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203896900.560.660.208.9656.353.33
HexCB5945038421493835
Octal31313110507010224117065
Binary110010111011001100010101110001000010101001001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5945; }

 p { color: rgb(203,89,69); }

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

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

 a { background-color: rgb(203,89,69); }

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

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

 span { border-color: rgb(203,89,69); }

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