#CA5E47

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

Shades of Dark Coral #CA5E47

Tints of Dark Coral #CA5E47

Color information

#CA5E47 (or 0xCA5E47) is unknown color: approx Dark Coral. HEX triplet: CA, 5E and 47. RGB value is (202,94,71). Sum of RGB (Red+Green+Blue) = 202+94+71=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E47 is #35A1B8. Grayscale: #7B7B7B. Windows color (decimal): -3514809 or 4677322. OLE color: 4677322.

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

Color convert

RGB2029471-
CMYK00.530.650.21
HSL10.53º55.27%53.53%-
HSV(B)10.53º64.85%79.22%-
XYZ29.521.028.46-
YUV123.6798.28183.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 71 (28.12% from 255) = 19.35%
R=55.04%
G=25.61%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202947100.530.650.2110.5355.2753.53
HexCA5E470354115b3736
Octal31213610706510125136766
Binary110010101011110100011101101011000001101011011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E47; }

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

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

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

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

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

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

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

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