#CB5F40

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

Shades of Dark Coral #CB5F40

Tints of Dark Coral #CB5F40

Color information

#CB5F40 (or 0xCB5F40) is unknown color: approx Dark Coral. HEX triplet: CB, 5F and 40. RGB value is (203,95,64). Sum of RGB (Red+Green+Blue) = 203+95+64=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5F40 is #34A0BF. Grayscale: #7B7B7B. Windows color (decimal): -3449024 or 4218827. OLE color: 4218827.

HSL color Cylindrical-coordinate representation of color #CB5F40: hue angle of 13.38º 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 #CB5F40 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB2039564-
CMYK00.530.680.20
HSL13.38º57.2%52.35%-
HSV(B)13.38º68.47%79.61%-
XYZ29.6521.257.39-
YUV123.7694.28184.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.08%
GREEN value IS 95 (37.5% from 255) = 26.24%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=56.08%
G=26.24%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203956400.530.680.2013.3857.252.35
HexCB5F400354414d3934
Octal31313710006510424157164
Binary110010111011111100000001101011000100101001101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5F40; }

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

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

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

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

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

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

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

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