#CA5E42

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

Shades of Dark Coral #CA5E42

Tints of Dark Coral #CA5E42

Color information

#CA5E42 (or 0xCA5E42) is unknown color: approx Dark Coral. HEX triplet: CA, 5E and 42. RGB value is (202,94,66). Sum of RGB (Red+Green+Blue) = 202+94+66=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E42 is #35A1BD. Grayscale: #7B7B7B. Windows color (decimal): -3514814 or 4349642. OLE color: 4349642.

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

Color convert

RGB2029466-
CMYK00.530.670.21
HSL12.35º56.2%52.55%-
HSV(B)12.35º67.33%79.22%-
XYZ29.3420.967.65-
YUV123.195.78184.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.80%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 66 (26.17% from 255) = 18.23%
R=55.80%
G=25.97%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202946600.530.670.2112.3556.252.55
HexCA5E420354315c3835
Octal31213610206510325147065
Binary110010101011110100001001101011000011101011100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E42; }

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

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

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

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

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

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

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

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