Shades of Dark Coral #CA5A49
Tints of Dark Coral #CA5A49
RGB
CMYK
RGB Variations
Color information
#CA5A49 (or 0xCA5A49) is known color: Dark Coral. HEX triplet: CA, 5A and 49. RGB value is (202,90,73). Sum of RGB (Red+Green+Blue) = 202+90+73=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A49 is #35A5B6. Grayscale: #797979. Windows color (decimal): -3515831 or 4807370. OLE color: 4807370.
HSL color Cylindrical-coordinate representation of color #CA5A49: hue angle of 7.91º 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 #CA5A49 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 73 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.21 |
| HSL | 7.91º | 0.55% | 0.54% | - |
| HSV(B) | 7.91º | 0.64% | 0.79% | - |
| XYZ | 29.22 | 20.35 | 8.69 | - |
| YUV | 121.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 73 | 0 | 0.55 | 0.64 | 0.21 | 7.91 | 0.55 | 0.54 |
| Hex | CA | 5A | 49 | 0 | 37 | 40 | 15 | 8 | 37 | 36 |
| Octal | 312 | 132 | 111 | 0 | 67 | 100 | 25 | 10 | 67 | 66 |
| Binary | 11001010 | 1011010 | 1001001 | 0 | 110111 | 1000000 | 10101 | 1000 | 110111 | 110110 |
Color Harmonies of #CA5A49
Complementary color
Monochromatic Colors of #CA5A49
Black with #CA5A49
Text Example
Text Example
White with #CA5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A49; }
p { color: rgb(202,90,73); }
H1.HeaderClassName
{
color: #CA5A49;
}
.AnyTagClassName
{
color: #CA5A49;
}
</style>
background-color css
<style>
a { background-color: #CA5A49; }
a { background-color: rgb(202,90,73); }
div.DivClassName
{
background-color: #CA5A49;
}
.BgClassName
{
background-color: #CA5A49;
}
</style>
border-color css
<style>
span { border-color: #CA5A49; }
span { border-color: rgb(202,90,73); }
td.TdClassName
{
border-color: #CA5A49;
}
.TagClassName
{
border-color: #CA5A49;
}
</style>