#CA5540

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

Shades of Dark Coral #CA5540

Tints of Dark Coral #CA5540

Color information

#CA5540 (or 0xCA5540) is unknown color: approx Dark Coral. HEX triplet: CA, 55 and 40. RGB value is (202,85,64). Sum of RGB (Red+Green+Blue) = 202+85+64=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5540 is #35AABF. Grayscale: #757575. Windows color (decimal): -3517120 or 4216266. OLE color: 4216266.

HSL color Cylindrical-coordinate representation of color #CA5540: hue angle of 9.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA5540 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB2028564-
CMYK00.580.680.21
HSL9.13º56.56%52.16%-
HSV(B)9.13º68.32%79.22%-
XYZ28.5319.427.1-
YUV117.5997.76188.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 64 (25.39% from 255) = 18.23%
R=57.55%
G=24.22%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202856400.580.680.219.1356.5652.16
HexCA554003A441593934
Octal31212510007210425117164
Binary110010101010101100000001110101000100101011001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5540; }

 p { color: rgb(202,85,64); }

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

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

 a { background-color: rgb(202,85,64); }

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

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

 span { border-color: rgb(202,85,64); }

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