Shades of Dark Coral #CA5144
Tints of Dark Coral #CA5144
RGB
CMYK
RGB Variations
Color information
#CA5144 (or 0xCA5144) is known color: Dark Coral. HEX triplet: CA, 51 and 44. RGB value is (202,81,68). Sum of RGB (Red+Green+Blue) = 202+81+68=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5144 is #35AEBB. Grayscale: #737373. Windows color (decimal): -3518140 or 4477386. OLE color: 4477386.
HSL color Cylindrical-coordinate representation of color #CA5144: hue angle of 5.82º 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 #CA5144 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 68 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.21 |
| HSL | 5.82º | 0.56% | 0.53% | - |
| HSV(B) | 5.82º | 0.66% | 0.79% | - |
| XYZ | 28.34 | 18.86 | 7.62 | - |
| YUV | 115.7 | 101.09 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 68 | 0 | 0.60 | 0.66 | 0.21 | 5.82 | 0.56 | 0.53 |
| Hex | CA | 51 | 44 | 0 | 3C | 42 | 15 | 6 | 38 | 35 |
| Octal | 312 | 121 | 104 | 0 | 74 | 102 | 25 | 6 | 70 | 65 |
| Binary | 11001010 | 1010001 | 1000100 | 0 | 111100 | 1000010 | 10101 | 110 | 111000 | 110101 |
Color Harmonies of #CA5144
Complementary color
Monochromatic Colors of #CA5144
Black with #CA5144
Text Example
Text Example
White with #CA5144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5144; }
p { color: rgb(202,81,68); }
H1.HeaderClassName
{
color: #CA5144;
}
.AnyTagClassName
{
color: #CA5144;
}
</style>
background-color css
<style>
a { background-color: #CA5144; }
a { background-color: rgb(202,81,68); }
div.DivClassName
{
background-color: #CA5144;
}
.BgClassName
{
background-color: #CA5144;
}
</style>
border-color css
<style>
span { border-color: #CA5144; }
span { border-color: rgb(202,81,68); }
td.TdClassName
{
border-color: #CA5144;
}
.TagClassName
{
border-color: #CA5144;
}
</style>