Shades of Dark Coral #C95A47
Tints of Dark Coral #C95A47
RGB
CMYK
RGB Variations
Color information
#C95A47 (or 0xC95A47) is known color: Dark Coral. HEX triplet: C9, 5A and 47. RGB value is (201,90,71). Sum of RGB (Red+Green+Blue) = 201+90+71=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A47 is #36A5B8. Grayscale: #797979. Windows color (decimal): -3581369 or 4676297. OLE color: 4676297.
HSL color Cylindrical-coordinate representation of color #C95A47: hue angle of 8.77º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C95A47 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 71 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.21 |
| HSL | 8.77º | 0.55% | 0.53% | - |
| HSV(B) | 8.77º | 0.65% | 0.79% | - |
| XYZ | 28.88 | 20.18 | 8.34 | - |
| YUV | 121.02 | 99.77 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 71 | 0 | 0.55 | 0.65 | 0.21 | 8.77 | 0.55 | 0.53 |
| Hex | C9 | 5A | 47 | 0 | 37 | 41 | 15 | 9 | 37 | 35 |
| Octal | 311 | 132 | 107 | 0 | 67 | 101 | 25 | 11 | 67 | 65 |
| Binary | 11001001 | 1011010 | 1000111 | 0 | 110111 | 1000001 | 10101 | 1001 | 110111 | 110101 |
Color Harmonies of #C95A47
Complementary color
Monochromatic Colors of #C95A47
Black with #C95A47
Text Example
Text Example
White with #C95A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A47; }
p { color: rgb(201,90,71); }
H1.HeaderClassName
{
color: #C95A47;
}
.AnyTagClassName
{
color: #C95A47;
}
</style>
background-color css
<style>
a { background-color: #C95A47; }
a { background-color: rgb(201,90,71); }
div.DivClassName
{
background-color: #C95A47;
}
.BgClassName
{
background-color: #C95A47;
}
</style>
border-color css
<style>
span { border-color: #C95A47; }
span { border-color: rgb(201,90,71); }
td.TdClassName
{
border-color: #C95A47;
}
.TagClassName
{
border-color: #C95A47;
}
</style>