#CB5640

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

Shades of Dark Coral #CB5640

Tints of Dark Coral #CB5640

Color information

#CB5640 (or 0xCB5640) is unknown color: approx Dark Coral. HEX triplet: CB, 56 and 40. RGB value is (203,86,64). Sum of RGB (Red+Green+Blue) = 203+86+64=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5640 is #34A9BF. Grayscale: #767676. Windows color (decimal): -3451328 or 4216523. OLE color: 4216523.

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

Color convert

RGB2038664-
CMYK00.580.680.20
HSL9.5º57.2%52.35%-
HSV(B)9.5º68.47%79.61%-
XYZ28.8819.727.14-
YUV118.4897.26188.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.51%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=57.51%
G=24.36%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203866400.580.680.209.557.252.35
HexCB564003A441493934
Octal31312610007210424117164
Binary110010111010110100000001110101000100101001001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5640; }

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

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

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

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

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

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

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

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