#CA5541

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

Shades of Dark Coral #CA5541

Tints of Dark Coral #CA5541

Color information

#CA5541 (or 0xCA5541) is unknown color: approx Dark Coral. HEX triplet: CA, 55 and 41. RGB value is (202,85,65). Sum of RGB (Red+Green+Blue) = 202+85+65=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5541 is #35AABE. Grayscale: #757575. Windows color (decimal): -3517119 or 4281802. OLE color: 4281802.

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

Color convert

RGB2028565-
CMYK00.580.680.21
HSL8.76º56.38%52.35%-
HSV(B)8.76º67.82%79.22%-
XYZ28.5619.447.25-
YUV117.798.26188.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 65 (25.78% from 255) = 18.47%
R=57.39%
G=24.15%
B=18.47%

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
Decimal202856500.580.680.218.7656.3852.35
HexCA554103A441593834
Octal31212510107210425117064
Binary110010101010101100000101110101000100101011001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5541; }

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

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

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

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

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

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

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

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