Shades of Dark Coral #C95944
Tints of Dark Coral #C95944
RGB
CMYK
RGB Variations
Color information
#C95944 (or 0xC95944) is known color: Dark Coral. HEX triplet: C9, 59 and 44. RGB value is (201,89,68). Sum of RGB (Red+Green+Blue) = 201+89+68=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C95944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95944 is #36A6BB. Grayscale: #787878. Windows color (decimal): -3581628 or 4479433. OLE color: 4479433.
HSL color Cylindrical-coordinate representation of color #C95944: hue angle of 9.47º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C95944 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 68 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.21 |
| HSL | 9.47º | 0.55% | 0.53% | - |
| HSV(B) | 9.47º | 0.66% | 0.79% | - |
| XYZ | 28.7 | 19.98 | 7.81 | - |
| YUV | 120.09 | 98.61 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 68 | 0 | 0.56 | 0.66 | 0.21 | 9.47 | 0.55 | 0.53 |
| Hex | C9 | 59 | 44 | 0 | 38 | 42 | 15 | 9 | 37 | 35 |
| Octal | 311 | 131 | 104 | 0 | 70 | 102 | 25 | 11 | 67 | 65 |
| Binary | 11001001 | 1011001 | 1000100 | 0 | 111000 | 1000010 | 10101 | 1001 | 110111 | 110101 |
Color Harmonies of #C95944
Complementary color
Monochromatic Colors of #C95944
Black with #C95944
Text Example
Text Example
White with #C95944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95944; }
p { color: rgb(201,89,68); }
H1.HeaderClassName
{
color: #C95944;
}
.AnyTagClassName
{
color: #C95944;
}
</style>
background-color css
<style>
a { background-color: #C95944; }
a { background-color: rgb(201,89,68); }
div.DivClassName
{
background-color: #C95944;
}
.BgClassName
{
background-color: #C95944;
}
</style>
border-color css
<style>
span { border-color: #C95944; }
span { border-color: rgb(201,89,68); }
td.TdClassName
{
border-color: #C95944;
}
.TagClassName
{
border-color: #C95944;
}
</style>