#CB6444

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

Shades of Dark Coral #CB6444

Tints of Dark Coral #CB6444

Color information

#CB6444 (or 0xCB6444) is unknown color: approx Dark Coral. HEX triplet: CB, 64 and 44. RGB value is (203,100,68). Sum of RGB (Red+Green+Blue) = 203+100+68=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6444 is #349BBB. Grayscale: #7F7F7F. Windows color (decimal): -3447740 or 4482251. OLE color: 4482251.

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

Color convert

RGB20310068-
CMYK00.510.670.20
HSL14.22º56.49%53.14%-
HSV(B)14.22º66.5%79.61%-
XYZ30.2322.238.17-
YUV127.1594.62182.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.72%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 68 (26.95% from 255) = 18.33%
R=54.72%
G=26.95%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031006800.510.670.2014.2256.4953.14
HexCB64440334314e3835
Octal31314410406310324167065
Binary110010111100100100010001100111000011101001110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6444; }

 p { color: rgb(203,100,68); }

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

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

 a { background-color: rgb(203,100,68); }

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

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

 span { border-color: rgb(203,100,68); }

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