Shades of Dark Coral #C95545
Tints of Dark Coral #C95545
RGB
CMYK
RGB Variations
Color information
#C95545 (or 0xC95545) is known color: Dark Coral. HEX triplet: C9, 55 and 45. RGB value is (201,85,69). Sum of RGB (Red+Green+Blue) = 201+85+69=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C95545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95545 is #36AABA. Grayscale: #767676. Windows color (decimal): -3582651 or 4543945. OLE color: 4543945.
HSL color Cylindrical-coordinate representation of color #C95545: hue angle of 7.27º 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 #C95545 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 69 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.21 |
| HSL | 7.27º | 0.55% | 0.53% | - |
| HSV(B) | 7.27º | 0.66% | 0.79% | - |
| XYZ | 28.41 | 19.34 | 7.87 | - |
| YUV | 117.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 69 | 0 | 0.58 | 0.66 | 0.21 | 7.27 | 0.55 | 0.53 |
| Hex | C9 | 55 | 45 | 0 | 3A | 42 | 15 | 7 | 37 | 35 |
| Octal | 311 | 125 | 105 | 0 | 72 | 102 | 25 | 7 | 67 | 65 |
| Binary | 11001001 | 1010101 | 1000101 | 0 | 111010 | 1000010 | 10101 | 111 | 110111 | 110101 |
Color Harmonies of #C95545
Complementary color
Monochromatic Colors of #C95545
Black with #C95545
Text Example
Text Example
White with #C95545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95545; }
p { color: rgb(201,85,69); }
H1.HeaderClassName
{
color: #C95545;
}
.AnyTagClassName
{
color: #C95545;
}
</style>
background-color css
<style>
a { background-color: #C95545; }
a { background-color: rgb(201,85,69); }
div.DivClassName
{
background-color: #C95545;
}
.BgClassName
{
background-color: #C95545;
}
</style>
border-color css
<style>
span { border-color: #C95545; }
span { border-color: rgb(201,85,69); }
td.TdClassName
{
border-color: #C95545;
}
.TagClassName
{
border-color: #C95545;
}
</style>