#CB5240

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

Shades of Dark Coral #CB5240

Tints of Dark Coral #CB5240

Color information

#CB5240 (or 0xCB5240) is unknown color: approx Dark Coral. HEX triplet: CB, 52 and 40. RGB value is (203,82,64). Sum of RGB (Red+Green+Blue) = 203+82+64=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5240 is #34ADBF. Grayscale: #747474. Windows color (decimal): -3452352 or 4215499. OLE color: 4215499.

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

Color convert

RGB2038264-
CMYK00.600.680.20
HSL7.77º57.2%52.35%-
HSV(B)7.77º68.47%79.61%-
XYZ28.5719.17.03-
YUV116.1398.59189.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.17%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=58.17%
G=23.50%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203826400.600.680.207.7757.252.35
HexCB524003C441483934
Octal31312210007410424107164
Binary110010111010010100000001111001000100101001000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5240; }

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

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

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

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

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

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

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

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