#CA5445

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

Shades of Dark Coral #CA5445

Tints of Dark Coral #CA5445

Color information

#CA5445 (or 0xCA5445) is unknown color: approx Dark Coral. HEX triplet: CA, 54 and 45. RGB value is (202,84,69). Sum of RGB (Red+Green+Blue) = 202+84+69=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5445 is #35ABBA. Grayscale: #757575. Windows color (decimal): -3517371 or 4543690. OLE color: 4543690.

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

Color convert

RGB2028469-
CMYK00.580.660.21
HSL6.77º55.65%53.14%-
HSV(B)6.77º65.84%79.22%-
XYZ28.619.337.85-
YUV117.57100.59188.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.90%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 69 (27.34% from 255) = 19.44%
R=56.90%
G=23.66%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202846900.580.660.216.7755.6553.14
HexCA544503A421573835
Octal3121241050721022577065
Binary11001010101010010001010111010100001010101111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5445; }

 p { color: rgb(202,84,69); }

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

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

 a { background-color: rgb(202,84,69); }

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

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

 span { border-color: rgb(202,84,69); }

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