#CA6042

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

Shades of Dark Coral #CA6042

Tints of Dark Coral #CA6042

Color information

#CA6042 (or 0xCA6042) is unknown color: approx Dark Coral. HEX triplet: CA, 60 and 42. RGB value is (202,96,66). Sum of RGB (Red+Green+Blue) = 202+96+66=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6042 is #359FBD. Grayscale: #7C7C7C. Windows color (decimal): -3514302 or 4350154. OLE color: 4350154.

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

Color convert

RGB2029666-
CMYK00.520.670.21
HSL13.24º56.2%52.55%-
HSV(B)13.24º67.33%79.22%-
XYZ29.5221.327.71-
YUV124.2795.12183.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 66 (26.17% from 255) = 18.13%
R=55.49%
G=26.37%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202966600.520.670.2113.2456.252.55
HexCA60420344315d3835
Octal31214010206410325157065
Binary110010101100000100001001101001000011101011101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6042; }

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

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

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

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

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

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

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

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