#CB5244

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

Shades of Dark Coral #CB5244

Tints of Dark Coral #CB5244

Color information

#CB5244 (or 0xCB5244) is unknown color: approx Dark Coral. HEX triplet: CB, 52 and 44. RGB value is (203,82,68). Sum of RGB (Red+Green+Blue) = 203+82+68=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5244 is #34ADBB. Grayscale: #747474. Windows color (decimal): -3452348 or 4477643. OLE color: 4477643.

HSL color Cylindrical-coordinate representation of color #CB5244: hue angle of 6.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 #CB5244 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB2038268-
CMYK00.600.670.20
HSL6.22º56.49%53.14%-
HSV(B)6.22º66.5%79.61%-
XYZ28.6919.157.65-
YUV116.58100.59189.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.51%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 68 (26.95% from 255) = 19.26%
R=57.51%
G=23.23%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203826800.600.670.206.2256.4953.14
HexCB524403C431463835
Octal3131221040741032467065
Binary11001011101001010001000111100100001110100110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5244; }

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

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

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

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

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

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

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

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