Shades of Dark Coral #CA594A
Tints of Dark Coral #CA594A
RGB
CMYK
RGB Variations
Color information
#CA594A (or 0xCA594A) is known color: Dark Coral. HEX triplet: CA, 59 and 4A. RGB value is (202,89,74). Sum of RGB (Red+Green+Blue) = 202+89+74=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA594A is #35A6B5. Grayscale: #797979. Windows color (decimal): -3516086 or 4872650. OLE color: 4872650.
HSL color Cylindrical-coordinate representation of color #CA594A: hue angle of 7.03º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA594A is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 74 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.21 |
| HSL | 7.03º | 0.55% | 0.54% | - |
| HSV(B) | 7.03º | 0.63% | 0.79% | - |
| XYZ | 29.17 | 20.2 | 8.84 | - |
| YUV | 121.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 74 | 0 | 0.56 | 0.63 | 0.21 | 7.03 | 0.55 | 0.54 |
| Hex | CA | 59 | 4A | 0 | 38 | 3F | 15 | 7 | 37 | 36 |
| Octal | 312 | 131 | 112 | 0 | 70 | 77 | 25 | 7 | 67 | 66 |
| Binary | 11001010 | 1011001 | 1001010 | 0 | 111000 | 111111 | 10101 | 111 | 110111 | 110110 |
Color Harmonies of #CA594A
Complementary color
Monochromatic Colors of #CA594A
Black with #CA594A
Text Example
Text Example
White with #CA594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA594A; }
p { color: rgb(202,89,74); }
H1.HeaderClassName
{
color: #CA594A;
}
.AnyTagClassName
{
color: #CA594A;
}
</style>
background-color css
<style>
a { background-color: #CA594A; }
a { background-color: rgb(202,89,74); }
div.DivClassName
{
background-color: #CA594A;
}
.BgClassName
{
background-color: #CA594A;
}
</style>
border-color css
<style>
span { border-color: #CA594A; }
span { border-color: rgb(202,89,74); }
td.TdClassName
{
border-color: #CA594A;
}
.TagClassName
{
border-color: #CA594A;
}
</style>