Shades of Chocolate #C95F14
Tints of Chocolate #C95F14
RGB
CMYK
RGB Variations
Color information
#C95F14 (or 0xC95F14) is known color: Chocolate. HEX triplet: C9, 5F and 14. RGB value is (201,95,20). Sum of RGB (Red+Green+Blue) = 201+95+20=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95F14 is #36A0EB. Grayscale: #767676. Windows color (decimal): -3580140 or 1335241. OLE color: 1335241.
HSL color Cylindrical-coordinate representation of color #C95F14: hue angle of 24.86º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C95F14 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 20 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.21 |
| HSL | 24.86º | 0.82% | 0.43% | - |
| HSV(B) | 24.86º | 0.9% | 0.79% | - |
| XYZ | 28.31 | 20.65 | 3.16 | - |
| YUV | 118.14 | 72.62 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 20 | 0 | 0.53 | 0.90 | 0.21 | 24.86 | 0.82 | 0.43 |
| Hex | C9 | 5F | 14 | 0 | 35 | 5A | 15 | 19 | 52 | 2B |
| Octal | 311 | 137 | 24 | 0 | 65 | 132 | 25 | 31 | 122 | 53 |
| Binary | 11001001 | 1011111 | 10100 | 0 | 110101 | 1011010 | 10101 | 11001 | 1010010 | 101011 |
Color Harmonies of #C95F14
Complementary color
Monochromatic Colors of #C95F14
Black with #C95F14
Text Example
Text Example
White with #C95F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F14; }
p { color: rgb(201,95,20); }
H1.HeaderClassName
{
color: #C95F14;
}
.AnyTagClassName
{
color: #C95F14;
}
</style>
background-color css
<style>
a { background-color: #C95F14; }
a { background-color: rgb(201,95,20); }
div.DivClassName
{
background-color: #C95F14;
}
.BgClassName
{
background-color: #C95F14;
}
</style>
border-color css
<style>
span { border-color: #C95F14; }
span { border-color: rgb(201,95,20); }
td.TdClassName
{
border-color: #C95F14;
}
.TagClassName
{
border-color: #C95F14;
}
</style>