#CA5842

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

Shades of Dark Coral #CA5842

Tints of Dark Coral #CA5842

Color information

#CA5842 (or 0xCA5842) is unknown color: approx Dark Coral. HEX triplet: CA, 58 and 42. RGB value is (202,88,66). Sum of RGB (Red+Green+Blue) = 202+88+66=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5842 is #35A7BD. Grayscale: #777777. Windows color (decimal): -3516350 or 4348106. OLE color: 4348106.

HSL color Cylindrical-coordinate representation of color #CA5842: hue angle of 9.71º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA5842 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB2028866-
CMYK00.560.670.21
HSL9.71º56.2%52.55%-
HSV(B)9.71º67.33%79.22%-
XYZ28.8319.937.48-
YUV119.5897.77186.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.74%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 66 (26.17% from 255) = 18.54%
R=56.74%
G=24.72%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202886600.560.670.219.7156.252.55
HexCA58420384315a3835
Octal31213010207010325127065
Binary110010101011000100001001110001000011101011010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5842; }

 p { color: rgb(202,88,66); }

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

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

 a { background-color: rgb(202,88,66); }

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

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

 span { border-color: rgb(202,88,66); }

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