Shades of Dark Coral #C95744
Tints of Dark Coral #C95744
RGB
CMYK
RGB Variations
Color information
#C95744 (or 0xC95744) is known color: Dark Coral. HEX triplet: C9, 57 and 44. RGB value is (201,87,68). Sum of RGB (Red+Green+Blue) = 201+87+68=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C95744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95744 is #36A8BB. Grayscale: #777777. Windows color (decimal): -3582140 or 4478921. OLE color: 4478921.
HSL color Cylindrical-coordinate representation of color #C95744: hue angle of 8.57º 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 #C95744 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 68 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.21 |
| HSL | 8.57º | 0.55% | 0.53% | - |
| HSV(B) | 8.57º | 0.66% | 0.79% | - |
| XYZ | 28.54 | 19.65 | 7.76 | - |
| YUV | 118.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 68 | 0 | 0.57 | 0.66 | 0.21 | 8.57 | 0.55 | 0.53 |
| Hex | C9 | 57 | 44 | 0 | 39 | 42 | 15 | 9 | 37 | 35 |
| Octal | 311 | 127 | 104 | 0 | 71 | 102 | 25 | 11 | 67 | 65 |
| Binary | 11001001 | 1010111 | 1000100 | 0 | 111001 | 1000010 | 10101 | 1001 | 110111 | 110101 |
Color Harmonies of #C95744
Complementary color
Monochromatic Colors of #C95744
Black with #C95744
Text Example
Text Example
White with #C95744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95744; }
p { color: rgb(201,87,68); }
H1.HeaderClassName
{
color: #C95744;
}
.AnyTagClassName
{
color: #C95744;
}
</style>
background-color css
<style>
a { background-color: #C95744; }
a { background-color: rgb(201,87,68); }
div.DivClassName
{
background-color: #C95744;
}
.BgClassName
{
background-color: #C95744;
}
</style>
border-color css
<style>
span { border-color: #C95744; }
span { border-color: rgb(201,87,68); }
td.TdClassName
{
border-color: #C95744;
}
.TagClassName
{
border-color: #C95744;
}
</style>