Shades of Dark Coral #CA5949
Tints of Dark Coral #CA5949
RGB
CMYK
RGB Variations
Color information
#CA5949 (or 0xCA5949) is known color: Dark Coral. HEX triplet: CA, 59 and 49. RGB value is (202,89,73). Sum of RGB (Red+Green+Blue) = 202+89+73=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5949 is #35A6B6. Grayscale: #797979. Windows color (decimal): -3516087 or 4807114. OLE color: 4807114.
HSL color Cylindrical-coordinate representation of color #CA5949: hue angle of 7.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5949 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 73 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.21 |
| HSL | 7.44º | 0.55% | 0.54% | - |
| HSV(B) | 7.44º | 0.64% | 0.79% | - |
| XYZ | 29.13 | 20.18 | 8.66 | - |
| YUV | 120.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 73 | 0 | 0.56 | 0.64 | 0.21 | 7.44 | 0.55 | 0.54 |
| Hex | CA | 59 | 49 | 0 | 38 | 40 | 15 | 7 | 37 | 36 |
| Octal | 312 | 131 | 111 | 0 | 70 | 100 | 25 | 7 | 67 | 66 |
| Binary | 11001010 | 1011001 | 1001001 | 0 | 111000 | 1000000 | 10101 | 111 | 110111 | 110110 |
Color Harmonies of #CA5949
Complementary color
Monochromatic Colors of #CA5949
Black with #CA5949
Text Example
Text Example
White with #CA5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5949; }
p { color: rgb(202,89,73); }
H1.HeaderClassName
{
color: #CA5949;
}
.AnyTagClassName
{
color: #CA5949;
}
</style>
background-color css
<style>
a { background-color: #CA5949; }
a { background-color: rgb(202,89,73); }
div.DivClassName
{
background-color: #CA5949;
}
.BgClassName
{
background-color: #CA5949;
}
</style>
border-color css
<style>
span { border-color: #CA5949; }
span { border-color: rgb(202,89,73); }
td.TdClassName
{
border-color: #CA5949;
}
.TagClassName
{
border-color: #CA5949;
}
</style>