#CB5E42

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

Shades of Dark Coral #CB5E42

Tints of Dark Coral #CB5E42

Color information

#CB5E42 (or 0xCB5E42) is unknown color: approx Dark Coral. HEX triplet: CB, 5E and 42. RGB value is (203,94,66). Sum of RGB (Red+Green+Blue) = 203+94+66=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E42 is #34A1BD. Grayscale: #7B7B7B. Windows color (decimal): -3449278 or 4349643. OLE color: 4349643.

HSL color Cylindrical-coordinate representation of color #CB5E42: hue angle of 12.26º degrees, saturation: 0.57, 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 #CB5E42 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB2039466-
CMYK00.540.670.20
HSL12.26º56.85%52.75%-
HSV(B)12.26º67.49%79.61%-
XYZ29.6121.17.67-
YUV123.495.61184.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.92%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=55.92%
G=25.90%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203946600.540.670.2012.2656.8552.75
HexCB5E420364314c3935
Octal31313610206610324147165
Binary110010111011110100001001101101000011101001100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5E42; }

 p { color: rgb(203,94,66); }

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

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

 a { background-color: rgb(203,94,66); }

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

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

 span { border-color: rgb(203,94,66); }

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