Shades of Dark Coral #C96045
Tints of Dark Coral #C96045
RGB
CMYK
RGB Variations
Color information
#C96045 (or 0xC96045) is known color: Dark Coral. HEX triplet: C9, 60 and 45. RGB value is (201,96,69). Sum of RGB (Red+Green+Blue) = 201+96+69=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C96045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96045 is #369FBA. Grayscale: #7C7C7C. Windows color (decimal): -3579835 or 4546761. OLE color: 4546761.
HSL color Cylindrical-coordinate representation of color #C96045: hue angle of 12.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 #C96045 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 69 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.21 |
| HSL | 12.27º | 0.55% | 0.53% | - |
| HSV(B) | 12.27º | 0.66% | 0.79% | - |
| XYZ | 29.34 | 21.21 | 8.18 | - |
| YUV | 124.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 69 | 0 | 0.52 | 0.66 | 0.21 | 12.27 | 0.55 | 0.53 |
| Hex | C9 | 60 | 45 | 0 | 34 | 42 | 15 | C | 37 | 35 |
| Octal | 311 | 140 | 105 | 0 | 64 | 102 | 25 | 14 | 67 | 65 |
| Binary | 11001001 | 1100000 | 1000101 | 0 | 110100 | 1000010 | 10101 | 1100 | 110111 | 110101 |
Color Harmonies of #C96045
Complementary color
Monochromatic Colors of #C96045
Black with #C96045
Text Example
Text Example
White with #C96045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96045; }
p { color: rgb(201,96,69); }
H1.HeaderClassName
{
color: #C96045;
}
.AnyTagClassName
{
color: #C96045;
}
</style>
background-color css
<style>
a { background-color: #C96045; }
a { background-color: rgb(201,96,69); }
div.DivClassName
{
background-color: #C96045;
}
.BgClassName
{
background-color: #C96045;
}
</style>
border-color css
<style>
span { border-color: #C96045; }
span { border-color: rgb(201,96,69); }
td.TdClassName
{
border-color: #C96045;
}
.TagClassName
{
border-color: #C96045;
}
</style>