Shades of Chocolate #C36115
Tints of Chocolate #C36115
RGB
CMYK
RGB Variations
Color information
#C36115 (or 0xC36115) is known color: Chocolate. HEX triplet: C3, 61 and 15. RGB value is (195,97,21). Sum of RGB (Red+Green+Blue) = 195+97+21=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C36115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36115 is #3C9EEA. Grayscale: #767676. Windows color (decimal): -3972843 or 1401283. OLE color: 1401283.
HSL color Cylindrical-coordinate representation of color #C36115: hue angle of 26.21º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C36115 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 21 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.24 |
| HSL | 26.21º | 0.81% | 0.42% | - |
| HSV(B) | 26.21º | 0.89% | 0.76% | - |
| XYZ | 26.92 | 20.21 | 3.19 | - |
| YUV | 117.64 | 73.47 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 21 | 0 | 0.50 | 0.89 | 0.24 | 26.21 | 0.81 | 0.42 |
| Hex | C3 | 61 | 15 | 0 | 32 | 59 | 18 | 1A | 51 | 2A |
| Octal | 303 | 141 | 25 | 0 | 62 | 131 | 30 | 32 | 121 | 52 |
| Binary | 11000011 | 1100001 | 10101 | 0 | 110010 | 1011001 | 11000 | 11010 | 1010001 | 101010 |
Color Harmonies of #C36115
Complementary color
Monochromatic Colors of #C36115
Black with #C36115
Text Example
Text Example
White with #C36115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36115; }
p { color: rgb(195,97,21); }
H1.HeaderClassName
{
color: #C36115;
}
.AnyTagClassName
{
color: #C36115;
}
</style>
background-color css
<style>
a { background-color: #C36115; }
a { background-color: rgb(195,97,21); }
div.DivClassName
{
background-color: #C36115;
}
.BgClassName
{
background-color: #C36115;
}
</style>
border-color css
<style>
span { border-color: #C36115; }
span { border-color: rgb(195,97,21); }
td.TdClassName
{
border-color: #C36115;
}
.TagClassName
{
border-color: #C36115;
}
</style>