Shades of Dark Coral #CA5D47
Tints of Dark Coral #CA5D47
RGB
CMYK
RGB Variations
Color information
#CA5D47 (or 0xCA5D47) is known color: Dark Coral. HEX triplet: CA, 5D and 47. RGB value is (202,93,71). Sum of RGB (Red+Green+Blue) = 202+93+71=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D47 is #35A2B8. Grayscale: #7B7B7B. Windows color (decimal): -3515065 or 4677066. OLE color: 4677066.
HSL color Cylindrical-coordinate representation of color #CA5D47: hue angle of 10.08º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA5D47 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 71 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.21 |
| HSL | 10.08º | 0.55% | 0.54% | - |
| HSV(B) | 10.08º | 0.65% | 0.79% | - |
| XYZ | 29.41 | 20.84 | 8.43 | - |
| YUV | 123.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 71 | 0 | 0.54 | 0.65 | 0.21 | 10.08 | 0.55 | 0.54 |
| Hex | CA | 5D | 47 | 0 | 36 | 41 | 15 | A | 37 | 36 |
| Octal | 312 | 135 | 107 | 0 | 66 | 101 | 25 | 12 | 67 | 66 |
| Binary | 11001010 | 1011101 | 1000111 | 0 | 110110 | 1000001 | 10101 | 1010 | 110111 | 110110 |
Color Harmonies of #CA5D47
Complementary color
Monochromatic Colors of #CA5D47
Black with #CA5D47
Text Example
Text Example
White with #CA5D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D47; }
p { color: rgb(202,93,71); }
H1.HeaderClassName
{
color: #CA5D47;
}
.AnyTagClassName
{
color: #CA5D47;
}
</style>
background-color css
<style>
a { background-color: #CA5D47; }
a { background-color: rgb(202,93,71); }
div.DivClassName
{
background-color: #CA5D47;
}
.BgClassName
{
background-color: #CA5D47;
}
</style>
border-color css
<style>
span { border-color: #CA5D47; }
span { border-color: rgb(202,93,71); }
td.TdClassName
{
border-color: #CA5D47;
}
.TagClassName
{
border-color: #CA5D47;
}
</style>