Shades of Chocolate #C96A19
Tints of Chocolate #C96A19
RGB
CMYK
RGB Variations
Color information
#C96A19 (or 0xC96A19) is known color: Chocolate. HEX triplet: C9, 6A and 19. RGB value is (201,106,25). Sum of RGB (Red+Green+Blue) = 201+106+25=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96A19 is #3695E6. Grayscale: #7D7D7D. Windows color (decimal): -3577319 or 1665737. OLE color: 1665737.
HSL color Cylindrical-coordinate representation of color #C96A19: hue angle of 27.61º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C96A19 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 25 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.21 |
| HSL | 27.61º | 0.78% | 0.44% | - |
| HSV(B) | 27.61º | 0.88% | 0.79% | - |
| XYZ | 29.42 | 22.8 | 3.77 | - |
| YUV | 125.17 | 71.47 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 25 | 0 | 0.47 | 0.88 | 0.21 | 27.61 | 0.78 | 0.44 |
| Hex | C9 | 6A | 19 | 0 | 2F | 58 | 15 | 1C | 4E | 2C |
| Octal | 311 | 152 | 31 | 0 | 57 | 130 | 25 | 34 | 116 | 54 |
| Binary | 11001001 | 1101010 | 11001 | 0 | 101111 | 1011000 | 10101 | 11100 | 1001110 | 101100 |
Color Harmonies of #C96A19
Complementary color
Monochromatic Colors of #C96A19
Black with #C96A19
Text Example
Text Example
White with #C96A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A19; }
p { color: rgb(201,106,25); }
H1.HeaderClassName
{
color: #C96A19;
}
.AnyTagClassName
{
color: #C96A19;
}
</style>
background-color css
<style>
a { background-color: #C96A19; }
a { background-color: rgb(201,106,25); }
div.DivClassName
{
background-color: #C96A19;
}
.BgClassName
{
background-color: #C96A19;
}
</style>
border-color css
<style>
span { border-color: #C96A19; }
span { border-color: rgb(201,106,25); }
td.TdClassName
{
border-color: #C96A19;
}
.TagClassName
{
border-color: #C96A19;
}
</style>