Shades of Chocolate #C06415
Tints of Chocolate #C06415
RGB
CMYK
RGB Variations
Color information
#C06415 (or 0xC06415) is known color: Chocolate. HEX triplet: C0, 64 and 15. RGB value is (192,100,21). Sum of RGB (Red+Green+Blue) = 192+100+21=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C06415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06415 is #3F9BEA. Grayscale: #767676. Windows color (decimal): -4168683 or 1402048. OLE color: 1402048.
HSL color Cylindrical-coordinate representation of color #C06415: hue angle of 27.72º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C06415 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 21 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.25 |
| HSL | 27.72º | 0.8% | 0.42% | - |
| HSV(B) | 27.72º | 0.89% | 0.75% | - |
| XYZ | 26.43 | 20.37 | 3.25 | - |
| YUV | 118.5 | 72.98 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 21 | 0 | 0.48 | 0.89 | 0.25 | 27.72 | 0.8 | 0.42 |
| Hex | C0 | 64 | 15 | 0 | 30 | 59 | 19 | 1C | 50 | 2A |
| Octal | 300 | 144 | 25 | 0 | 60 | 131 | 31 | 34 | 120 | 52 |
| Binary | 11000000 | 1100100 | 10101 | 0 | 110000 | 1011001 | 11001 | 11100 | 1010000 | 101010 |
Color Harmonies of #C06415
Complementary color
Monochromatic Colors of #C06415
Black with #C06415
Text Example
Text Example
White with #C06415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06415; }
p { color: rgb(192,100,21); }
H1.HeaderClassName
{
color: #C06415;
}
.AnyTagClassName
{
color: #C06415;
}
</style>
background-color css
<style>
a { background-color: #C06415; }
a { background-color: rgb(192,100,21); }
div.DivClassName
{
background-color: #C06415;
}
.BgClassName
{
background-color: #C06415;
}
</style>
border-color css
<style>
span { border-color: #C06415; }
span { border-color: rgb(192,100,21); }
td.TdClassName
{
border-color: #C06415;
}
.TagClassName
{
border-color: #C06415;
}
</style>