Shades of Dark Coral #C95D41
Tints of Dark Coral #C95D41
RGB
CMYK
RGB Variations
Color information
#C95D41 (or 0xC95D41) is known color: Dark Coral. HEX triplet: C9, 5D and 41. RGB value is (201,93,65). Sum of RGB (Red+Green+Blue) = 201+93+65=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D41 is #36A2BE. Grayscale: #7A7A7A. Windows color (decimal): -3580607 or 4283849. OLE color: 4283849.
HSL color Cylindrical-coordinate representation of color #C95D41: hue angle of 12.35º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C95D41 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 65 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.21 |
| HSL | 12.35º | 0.56% | 0.52% | - |
| HSV(B) | 12.35º | 0.68% | 0.79% | - |
| XYZ | 28.96 | 20.63 | 7.46 | - |
| YUV | 122.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 65 | 0 | 0.54 | 0.68 | 0.21 | 12.35 | 0.56 | 0.52 |
| Hex | C9 | 5D | 41 | 0 | 36 | 44 | 15 | C | 38 | 34 |
| Octal | 311 | 135 | 101 | 0 | 66 | 104 | 25 | 14 | 70 | 64 |
| Binary | 11001001 | 1011101 | 1000001 | 0 | 110110 | 1000100 | 10101 | 1100 | 111000 | 110100 |
Color Harmonies of #C95D41
Complementary color
Monochromatic Colors of #C95D41
Black with #C95D41
Text Example
Text Example
White with #C95D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D41; }
p { color: rgb(201,93,65); }
H1.HeaderClassName
{
color: #C95D41;
}
.AnyTagClassName
{
color: #C95D41;
}
</style>
background-color css
<style>
a { background-color: #C95D41; }
a { background-color: rgb(201,93,65); }
div.DivClassName
{
background-color: #C95D41;
}
.BgClassName
{
background-color: #C95D41;
}
</style>
border-color css
<style>
span { border-color: #C95D41; }
span { border-color: rgb(201,93,65); }
td.TdClassName
{
border-color: #C95D41;
}
.TagClassName
{
border-color: #C95D41;
}
</style>