#CB5740

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

Shades of Dark Coral #CB5740

Tints of Dark Coral #CB5740

Color information

#CB5740 (or 0xCB5740) is unknown color: approx Dark Coral. HEX triplet: CB, 57 and 40. RGB value is (203,87,64). Sum of RGB (Red+Green+Blue) = 203+87+64=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5740 is #34A8BF. Grayscale: #777777. Windows color (decimal): -3451072 or 4216779. OLE color: 4216779.

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

Color convert

RGB2038764-
CMYK00.570.680.20
HSL9.93º57.2%52.35%-
HSV(B)9.93º68.47%79.61%-
XYZ28.9619.887.16-
YUV119.0696.93187.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.34%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 64 (25.39% from 255) = 18.08%
R=57.34%
G=24.58%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203876400.570.680.209.9357.252.35
HexCB57400394414a3934
Octal31312710007110424127164
Binary110010111010111100000001110011000100101001010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5740; }

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

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

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

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

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

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

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

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