#CA5847

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

Shades of Dark Coral #CA5847

Tints of Dark Coral #CA5847

Color information

#CA5847 (or 0xCA5847) is unknown color: approx Dark Coral. HEX triplet: CA, 58 and 47. RGB value is (202,88,71). Sum of RGB (Red+Green+Blue) = 202+88+71=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5847 is #35A7B8. Grayscale: #787878. Windows color (decimal): -3516345 or 4675786. OLE color: 4675786.

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

Color convert

RGB2028871-
CMYK00.560.650.21
HSL7.79º55.27%53.53%-
HSV(B)7.79º64.85%79.22%-
XYZ28.9819.998.29-
YUV120.15100.27186.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.96%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 71 (28.12% from 255) = 19.67%
R=55.96%
G=24.38%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202887100.560.650.217.7955.2753.53
HexCA5847038411583736
Octal31213010707010125106766
Binary110010101011000100011101110001000001101011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5847; }

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

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

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

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

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

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

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

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