Shades of Dark Coral #CA6044
Tints of Dark Coral #CA6044
RGB
CMYK
RGB Variations
Color information
#CA6044 (or 0xCA6044) is known color: Dark Coral. HEX triplet: CA, 60 and 44. RGB value is (202,96,68). Sum of RGB (Red+Green+Blue) = 202+96+68=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6044 is #359FBB. Grayscale: #7C7C7C. Windows color (decimal): -3514300 or 4481226. OLE color: 4481226.
HSL color Cylindrical-coordinate representation of color #CA6044: hue angle of 12.54º 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 #CA6044 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 68 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.21 |
| HSL | 12.54º | 0.56% | 0.53% | - |
| HSV(B) | 12.54º | 0.66% | 0.79% | - |
| XYZ | 29.58 | 21.34 | 8.03 | - |
| YUV | 124.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 68 | 0 | 0.52 | 0.66 | 0.21 | 12.54 | 0.56 | 0.53 |
| Hex | CA | 60 | 44 | 0 | 34 | 42 | 15 | D | 38 | 35 |
| Octal | 312 | 140 | 104 | 0 | 64 | 102 | 25 | 15 | 70 | 65 |
| Binary | 11001010 | 1100000 | 1000100 | 0 | 110100 | 1000010 | 10101 | 1101 | 111000 | 110101 |
Color Harmonies of #CA6044
Complementary color
Monochromatic Colors of #CA6044
Black with #CA6044
Text Example
Text Example
White with #CA6044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6044; }
p { color: rgb(202,96,68); }
H1.HeaderClassName
{
color: #CA6044;
}
.AnyTagClassName
{
color: #CA6044;
}
</style>
background-color css
<style>
a { background-color: #CA6044; }
a { background-color: rgb(202,96,68); }
div.DivClassName
{
background-color: #CA6044;
}
.BgClassName
{
background-color: #CA6044;
}
</style>
border-color css
<style>
span { border-color: #CA6044; }
span { border-color: rgb(202,96,68); }
td.TdClassName
{
border-color: #CA6044;
}
.TagClassName
{
border-color: #CA6044;
}
</style>