Shades of Chocolate #C96313
Tints of Chocolate #C96313
RGB
CMYK
RGB Variations
Color information
#C96313 (or 0xC96313) is known color: Chocolate. HEX triplet: C9, 63 and 13. RGB value is (201,99,19). Sum of RGB (Red+Green+Blue) = 201+99+19=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C96313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96313 is #369CEC. Grayscale: #787878. Windows color (decimal): -3579117 or 1270729. OLE color: 1270729.
HSL color Cylindrical-coordinate representation of color #C96313: hue angle of 26.37º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C96313 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 19 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.21 |
| HSL | 26.37º | 0.83% | 0.43% | - |
| HSV(B) | 26.37º | 0.91% | 0.79% | - |
| XYZ | 28.67 | 21.39 | 3.23 | - |
| YUV | 120.38 | 70.79 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 19 | 0 | 0.51 | 0.91 | 0.21 | 26.37 | 0.83 | 0.43 |
| Hex | C9 | 63 | 13 | 0 | 33 | 5B | 15 | 1A | 53 | 2B |
| Octal | 311 | 143 | 23 | 0 | 63 | 133 | 25 | 32 | 123 | 53 |
| Binary | 11001001 | 1100011 | 10011 | 0 | 110011 | 1011011 | 10101 | 11010 | 1010011 | 101011 |
Color Harmonies of #C96313
Complementary color
Monochromatic Colors of #C96313
Black with #C96313
Text Example
Text Example
White with #C96313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96313; }
p { color: rgb(201,99,19); }
H1.HeaderClassName
{
color: #C96313;
}
.AnyTagClassName
{
color: #C96313;
}
</style>
background-color css
<style>
a { background-color: #C96313; }
a { background-color: rgb(201,99,19); }
div.DivClassName
{
background-color: #C96313;
}
.BgClassName
{
background-color: #C96313;
}
</style>
border-color css
<style>
span { border-color: #C96313; }
span { border-color: rgb(201,99,19); }
td.TdClassName
{
border-color: #C96313;
}
.TagClassName
{
border-color: #C96313;
}
</style>