#CB5B40

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

Shades of Dark Coral #CB5B40

Tints of Dark Coral #CB5B40

Color information

#CB5B40 (or 0xCB5B40) is unknown color: approx Dark Coral. HEX triplet: CB, 5B and 40. RGB value is (203,91,64). Sum of RGB (Red+Green+Blue) = 203+91+64=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B40 is #34A4BF. Grayscale: #797979. Windows color (decimal): -3450048 or 4217803. OLE color: 4217803.

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

Color convert

RGB2039164-
CMYK00.550.680.20
HSL11.65º57.2%52.35%-
HSV(B)11.65º68.47%79.61%-
XYZ29.320.557.27-
YUV121.4195.61186.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.70%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=56.70%
G=25.42%
B=17.88%

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
Decimal203916400.550.680.2011.6557.252.35
HexCB5B400374414c3934
Octal31313310006710424147164
Binary110010111011011100000001101111000100101001100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5B40; }

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

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

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

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

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

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

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

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