Shades of Dark Coral #CA5948
Tints of Dark Coral #CA5948
RGB
CMYK
RGB Variations
Color information
#CA5948 (or 0xCA5948) is known color: Dark Coral. HEX triplet: CA, 59 and 48. RGB value is (202,89,72). Sum of RGB (Red+Green+Blue) = 202+89+72=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5948 is #35A6B7. Grayscale: #797979. Windows color (decimal): -3516088 or 4741578. OLE color: 4741578.
HSL color Cylindrical-coordinate representation of color #CA5948: hue angle of 7.85º 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 #CA5948 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 72 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.21 |
| HSL | 7.85º | 0.55% | 0.54% | - |
| HSV(B) | 7.85º | 0.64% | 0.79% | - |
| XYZ | 29.1 | 20.17 | 8.49 | - |
| YUV | 120.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 72 | 0 | 0.56 | 0.64 | 0.21 | 7.85 | 0.55 | 0.54 |
| Hex | CA | 59 | 48 | 0 | 38 | 40 | 15 | 8 | 37 | 36 |
| Octal | 312 | 131 | 110 | 0 | 70 | 100 | 25 | 10 | 67 | 66 |
| Binary | 11001010 | 1011001 | 1001000 | 0 | 111000 | 1000000 | 10101 | 1000 | 110111 | 110110 |
Color Harmonies of #CA5948
Complementary color
Monochromatic Colors of #CA5948
Black with #CA5948
Text Example
Text Example
White with #CA5948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5948; }
p { color: rgb(202,89,72); }
H1.HeaderClassName
{
color: #CA5948;
}
.AnyTagClassName
{
color: #CA5948;
}
</style>
background-color css
<style>
a { background-color: #CA5948; }
a { background-color: rgb(202,89,72); }
div.DivClassName
{
background-color: #CA5948;
}
.BgClassName
{
background-color: #CA5948;
}
</style>
border-color css
<style>
span { border-color: #CA5948; }
span { border-color: rgb(202,89,72); }
td.TdClassName
{
border-color: #CA5948;
}
.TagClassName
{
border-color: #CA5948;
}
</style>