Shades of Dark Coral #C95D46
Tints of Dark Coral #C95D46
RGB
CMYK
RGB Variations
Color information
#C95D46 (or 0xC95D46) is known color: Dark Coral. HEX triplet: C9, 5D and 46. RGB value is (201,93,70). Sum of RGB (Red+Green+Blue) = 201+93+70=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D46 is #36A2B9. Grayscale: #7A7A7A. Windows color (decimal): -3580602 or 4611529. OLE color: 4611529.
HSL color Cylindrical-coordinate representation of color #C95D46: hue angle of 10.53º 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 #C95D46 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 70 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.21 |
| HSL | 10.53º | 0.55% | 0.53% | - |
| HSV(B) | 10.53º | 0.65% | 0.79% | - |
| XYZ | 29.11 | 20.69 | 8.25 | - |
| YUV | 122.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 70 | 0 | 0.54 | 0.65 | 0.21 | 10.53 | 0.55 | 0.53 |
| Hex | C9 | 5D | 46 | 0 | 36 | 41 | 15 | B | 37 | 35 |
| Octal | 311 | 135 | 106 | 0 | 66 | 101 | 25 | 13 | 67 | 65 |
| Binary | 11001001 | 1011101 | 1000110 | 0 | 110110 | 1000001 | 10101 | 1011 | 110111 | 110101 |
Color Harmonies of #C95D46
Complementary color
Monochromatic Colors of #C95D46
Black with #C95D46
Text Example
Text Example
White with #C95D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D46; }
p { color: rgb(201,93,70); }
H1.HeaderClassName
{
color: #C95D46;
}
.AnyTagClassName
{
color: #C95D46;
}
</style>
background-color css
<style>
a { background-color: #C95D46; }
a { background-color: rgb(201,93,70); }
div.DivClassName
{
background-color: #C95D46;
}
.BgClassName
{
background-color: #C95D46;
}
</style>
border-color css
<style>
span { border-color: #C95D46; }
span { border-color: rgb(201,93,70); }
td.TdClassName
{
border-color: #C95D46;
}
.TagClassName
{
border-color: #C95D46;
}
</style>