Shades of Chocolate #C06118
Tints of Chocolate #C06118
RGB
CMYK
RGB Variations
Color information
#C06118 (or 0xC06118) is known color: Chocolate. HEX triplet: C0, 61 and 18. RGB value is (192,97,24). Sum of RGB (Red+Green+Blue) = 192+97+24=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C06118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06118 is #3F9EE7. Grayscale: #757575. Windows color (decimal): -4169448 or 1597888. OLE color: 1597888.
HSL color Cylindrical-coordinate representation of color #C06118: hue angle of 26.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C06118 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 24 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.25 |
| HSL | 26.07º | 0.78% | 0.42% | - |
| HSV(B) | 26.07º | 0.88% | 0.75% | - |
| XYZ | 26.18 | 19.82 | 3.31 | - |
| YUV | 117.08 | 75.47 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 24 | 0 | 0.49 | 0.88 | 0.25 | 26.07 | 0.78 | 0.42 |
| Hex | C0 | 61 | 18 | 0 | 31 | 58 | 19 | 1A | 4E | 2A |
| Octal | 300 | 141 | 30 | 0 | 61 | 130 | 31 | 32 | 116 | 52 |
| Binary | 11000000 | 1100001 | 11000 | 0 | 110001 | 1011000 | 11001 | 11010 | 1001110 | 101010 |
Color Harmonies of #C06118
Complementary color
Monochromatic Colors of #C06118
Black with #C06118
Text Example
Text Example
White with #C06118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06118; }
p { color: rgb(192,97,24); }
H1.HeaderClassName
{
color: #C06118;
}
.AnyTagClassName
{
color: #C06118;
}
</style>
background-color css
<style>
a { background-color: #C06118; }
a { background-color: rgb(192,97,24); }
div.DivClassName
{
background-color: #C06118;
}
.BgClassName
{
background-color: #C06118;
}
</style>
border-color css
<style>
span { border-color: #C06118; }
span { border-color: rgb(192,97,24); }
td.TdClassName
{
border-color: #C06118;
}
.TagClassName
{
border-color: #C06118;
}
</style>