Shades of Dark Coral #C95645
Tints of Dark Coral #C95645
RGB
CMYK
RGB Variations
Color information
#C95645 (or 0xC95645) is known color: Dark Coral. HEX triplet: C9, 56 and 45. RGB value is (201,86,69). Sum of RGB (Red+Green+Blue) = 201+86+69=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C95645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95645 is #36A9BA. Grayscale: #767676. Windows color (decimal): -3582395 or 4544201. OLE color: 4544201.
HSL color Cylindrical-coordinate representation of color #C95645: hue angle of 7.73º 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 #C95645 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 69 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.21 |
| HSL | 7.73º | 0.55% | 0.53% | - |
| HSV(B) | 7.73º | 0.66% | 0.79% | - |
| XYZ | 28.49 | 19.5 | 7.89 | - |
| YUV | 118.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 69 | 0 | 0.57 | 0.66 | 0.21 | 7.73 | 0.55 | 0.53 |
| Hex | C9 | 56 | 45 | 0 | 39 | 42 | 15 | 8 | 37 | 35 |
| Octal | 311 | 126 | 105 | 0 | 71 | 102 | 25 | 10 | 67 | 65 |
| Binary | 11001001 | 1010110 | 1000101 | 0 | 111001 | 1000010 | 10101 | 1000 | 110111 | 110101 |
Color Harmonies of #C95645
Complementary color
Monochromatic Colors of #C95645
Black with #C95645
Text Example
Text Example
White with #C95645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95645; }
p { color: rgb(201,86,69); }
H1.HeaderClassName
{
color: #C95645;
}
.AnyTagClassName
{
color: #C95645;
}
</style>
background-color css
<style>
a { background-color: #C95645; }
a { background-color: rgb(201,86,69); }
div.DivClassName
{
background-color: #C95645;
}
.BgClassName
{
background-color: #C95645;
}
</style>
border-color css
<style>
span { border-color: #C95645; }
span { border-color: rgb(201,86,69); }
td.TdClassName
{
border-color: #C95645;
}
.TagClassName
{
border-color: #C95645;
}
</style>