#CA5142

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

Shades of Dark Coral #CA5142

Tints of Dark Coral #CA5142

Color information

#CA5142 (or 0xCA5142) is unknown color: approx Dark Coral. HEX triplet: CA, 51 and 42. RGB value is (202,81,66). Sum of RGB (Red+Green+Blue) = 202+81+66=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5142 is #35AEBD. Grayscale: #737373. Windows color (decimal): -3518142 or 4346314. OLE color: 4346314.

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

Color convert

RGB2028166-
CMYK00.600.670.21
HSL6.62º56.2%52.55%-
HSV(B)6.62º67.33%79.22%-
XYZ28.2818.837.3-
YUV115.47100.09189.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.88%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=57.88%
G=23.21%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202816600.600.670.216.6256.252.55
HexCA514203C431573835
Octal3121211020741032577065
Binary11001010101000110000100111100100001110101111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5142; }

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

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

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

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

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

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

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

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