Shades of Chocolate #C96515
Tints of Chocolate #C96515
RGB
CMYK
RGB Variations
Color information
#C96515 (or 0xC96515) is known color: Chocolate. HEX triplet: C9, 65 and 15. RGB value is (201,101,21). Sum of RGB (Red+Green+Blue) = 201+101+21=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C96515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96515 is #369AEA. Grayscale: #7A7A7A. Windows color (decimal): -3578603 or 1402313. OLE color: 1402313.
HSL color Cylindrical-coordinate representation of color #C96515: hue angle of 26.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C96515 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 21 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.21 |
| HSL | 26.67º | 0.81% | 0.44% | - |
| HSV(B) | 26.67º | 0.9% | 0.79% | - |
| XYZ | 28.88 | 21.78 | 3.39 | - |
| YUV | 121.78 | 71.13 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 21 | 0 | 0.50 | 0.90 | 0.21 | 26.67 | 0.81 | 0.44 |
| Hex | C9 | 65 | 15 | 0 | 32 | 5A | 15 | 1B | 51 | 2C |
| Octal | 311 | 145 | 25 | 0 | 62 | 132 | 25 | 33 | 121 | 54 |
| Binary | 11001001 | 1100101 | 10101 | 0 | 110010 | 1011010 | 10101 | 11011 | 1010001 | 101100 |
Color Harmonies of #C96515
Complementary color
Monochromatic Colors of #C96515
Black with #C96515
Text Example
Text Example
White with #C96515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96515; }
p { color: rgb(201,101,21); }
H1.HeaderClassName
{
color: #C96515;
}
.AnyTagClassName
{
color: #C96515;
}
</style>
background-color css
<style>
a { background-color: #C96515; }
a { background-color: rgb(201,101,21); }
div.DivClassName
{
background-color: #C96515;
}
.BgClassName
{
background-color: #C96515;
}
</style>
border-color css
<style>
span { border-color: #C96515; }
span { border-color: rgb(201,101,21); }
td.TdClassName
{
border-color: #C96515;
}
.TagClassName
{
border-color: #C96515;
}
</style>