#CA5642

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

Shades of Dark Coral #CA5642

Tints of Dark Coral #CA5642

Color information

#CA5642 (or 0xCA5642) is unknown color: approx Dark Coral. HEX triplet: CA, 56 and 42. RGB value is (202,86,66). Sum of RGB (Red+Green+Blue) = 202+86+66=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5642 is #35A9BD. Grayscale: #767676. Windows color (decimal): -3516862 or 4347594. OLE color: 4347594.

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

Color convert

RGB2028666-
CMYK00.570.670.21
HSL8.82º56.2%52.55%-
HSV(B)8.82º67.33%79.22%-
XYZ28.6719.617.43-
YUV118.498.43187.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 66 (26.17% from 255) = 18.64%
R=57.06%
G=24.29%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202866600.570.670.218.8256.252.55
HexCA5642039431593835
Octal31212610207110325117065
Binary110010101010110100001001110011000011101011001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5642; }

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

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

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

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

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

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

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

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