Shades of Chocolate #C06318
Tints of Chocolate #C06318
RGB
CMYK
RGB Variations
Color information
#C06318 (or 0xC06318) is known color: Chocolate. HEX triplet: C0, 63 and 18. RGB value is (192,99,24). Sum of RGB (Red+Green+Blue) = 192+99+24=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C06318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06318 is #3F9CE7. Grayscale: #767676. Windows color (decimal): -4168936 or 1598400. OLE color: 1598400.
HSL color Cylindrical-coordinate representation of color #C06318: hue angle of 26.79º 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 #C06318 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 24 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.25 |
| HSL | 26.79º | 0.78% | 0.42% | - |
| HSV(B) | 26.79º | 0.88% | 0.75% | - |
| XYZ | 26.36 | 20.2 | 3.37 | - |
| YUV | 118.26 | 74.81 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 24 | 0 | 0.48 | 0.88 | 0.25 | 26.79 | 0.78 | 0.42 |
| Hex | C0 | 63 | 18 | 0 | 30 | 58 | 19 | 1B | 4E | 2A |
| Octal | 300 | 143 | 30 | 0 | 60 | 130 | 31 | 33 | 116 | 52 |
| Binary | 11000000 | 1100011 | 11000 | 0 | 110000 | 1011000 | 11001 | 11011 | 1001110 | 101010 |
Color Harmonies of #C06318
Complementary color
Monochromatic Colors of #C06318
Black with #C06318
Text Example
Text Example
White with #C06318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06318; }
p { color: rgb(192,99,24); }
H1.HeaderClassName
{
color: #C06318;
}
.AnyTagClassName
{
color: #C06318;
}
</style>
background-color css
<style>
a { background-color: #C06318; }
a { background-color: rgb(192,99,24); }
div.DivClassName
{
background-color: #C06318;
}
.BgClassName
{
background-color: #C06318;
}
</style>
border-color css
<style>
span { border-color: #C06318; }
span { border-color: rgb(192,99,24); }
td.TdClassName
{
border-color: #C06318;
}
.TagClassName
{
border-color: #C06318;
}
</style>