#CB5C40

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

Shades of Dark Coral #CB5C40

Tints of Dark Coral #CB5C40

Color information

#CB5C40 (or 0xCB5C40) is unknown color: approx Dark Coral. HEX triplet: CB, 5C and 40. RGB value is (203,92,64). Sum of RGB (Red+Green+Blue) = 203+92+64=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5C40 is #34A3BF. Grayscale: #7A7A7A. Windows color (decimal): -3449792 or 4218059. OLE color: 4218059.

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

Color convert

RGB2039264-
CMYK00.550.680.20
HSL12.09º57.2%52.35%-
HSV(B)12.09º68.47%79.61%-
XYZ29.3820.727.3-
YUV12295.27185.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.55%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=56.55%
G=25.63%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203926400.550.680.2012.0957.252.35
HexCB5C400374414c3934
Octal31313410006710424147164
Binary110010111011100100000001101111000100101001100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5C40; }

 p { color: rgb(203,92,64); }

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

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

 a { background-color: rgb(203,92,64); }

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

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

 span { border-color: rgb(203,92,64); }

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