Shades of Chocolate #C96017
Tints of Chocolate #C96017
RGB
CMYK
RGB Variations
Color information
#C96017 (or 0xC96017) is known color: Chocolate. HEX triplet: C9, 60 and 17. RGB value is (201,96,23). Sum of RGB (Red+Green+Blue) = 201+96+23=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C96017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96017 is #369FE8. Grayscale: #777777. Windows color (decimal): -3579881 or 1532105. OLE color: 1532105.
HSL color Cylindrical-coordinate representation of color #C96017: hue angle of 24.61º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C96017 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 23 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.21 |
| HSL | 24.61º | 0.79% | 0.44% | - |
| HSV(B) | 24.61º | 0.89% | 0.79% | - |
| XYZ | 28.42 | 20.85 | 3.34 | - |
| YUV | 119.07 | 73.79 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 23 | 0 | 0.52 | 0.89 | 0.21 | 24.61 | 0.79 | 0.44 |
| Hex | C9 | 60 | 17 | 0 | 34 | 59 | 15 | 19 | 4F | 2C |
| Octal | 311 | 140 | 27 | 0 | 64 | 131 | 25 | 31 | 117 | 54 |
| Binary | 11001001 | 1100000 | 10111 | 0 | 110100 | 1011001 | 10101 | 11001 | 1001111 | 101100 |
Color Harmonies of #C96017
Complementary color
Monochromatic Colors of #C96017
Black with #C96017
Text Example
Text Example
White with #C96017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96017; }
p { color: rgb(201,96,23); }
H1.HeaderClassName
{
color: #C96017;
}
.AnyTagClassName
{
color: #C96017;
}
</style>
background-color css
<style>
a { background-color: #C96017; }
a { background-color: rgb(201,96,23); }
div.DivClassName
{
background-color: #C96017;
}
.BgClassName
{
background-color: #C96017;
}
</style>
border-color css
<style>
span { border-color: #C96017; }
span { border-color: rgb(201,96,23); }
td.TdClassName
{
border-color: #C96017;
}
.TagClassName
{
border-color: #C96017;
}
</style>