Shades of Dark Coral #C95D45
Tints of Dark Coral #C95D45
RGB
CMYK
RGB Variations
Color information
#C95D45 (or 0xC95D45) is known color: Dark Coral. HEX triplet: C9, 5D and 45. RGB value is (201,93,69). Sum of RGB (Red+Green+Blue) = 201+93+69=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D45 is #36A2BA. Grayscale: #7A7A7A. Windows color (decimal): -3580603 or 4545993. OLE color: 4545993.
HSL color Cylindrical-coordinate representation of color #C95D45: hue angle of 10.91º 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 #C95D45 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 69 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.21 |
| HSL | 10.91º | 0.55% | 0.53% | - |
| HSV(B) | 10.91º | 0.66% | 0.79% | - |
| XYZ | 29.08 | 20.68 | 8.09 | - |
| YUV | 122.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 69 | 0 | 0.54 | 0.66 | 0.21 | 10.91 | 0.55 | 0.53 |
| Hex | C9 | 5D | 45 | 0 | 36 | 42 | 15 | B | 37 | 35 |
| Octal | 311 | 135 | 105 | 0 | 66 | 102 | 25 | 13 | 67 | 65 |
| Binary | 11001001 | 1011101 | 1000101 | 0 | 110110 | 1000010 | 10101 | 1011 | 110111 | 110101 |
Color Harmonies of #C95D45
Complementary color
Monochromatic Colors of #C95D45
Black with #C95D45
Text Example
Text Example
White with #C95D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D45; }
p { color: rgb(201,93,69); }
H1.HeaderClassName
{
color: #C95D45;
}
.AnyTagClassName
{
color: #C95D45;
}
</style>
background-color css
<style>
a { background-color: #C95D45; }
a { background-color: rgb(201,93,69); }
div.DivClassName
{
background-color: #C95D45;
}
.BgClassName
{
background-color: #C95D45;
}
</style>
border-color css
<style>
span { border-color: #C95D45; }
span { border-color: rgb(201,93,69); }
td.TdClassName
{
border-color: #C95D45;
}
.TagClassName
{
border-color: #C95D45;
}
</style>