Shades of Chocolate #C06514
Tints of Chocolate #C06514
RGB
CMYK
RGB Variations
Color information
#C06514 (or 0xC06514) is known color: Chocolate. HEX triplet: C0, 65 and 14. RGB value is (192,101,20). Sum of RGB (Red+Green+Blue) = 192+101+20=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C06514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06514 is #3F9AEB. Grayscale: #777777. Windows color (decimal): -4168428 or 1336768. OLE color: 1336768.
HSL color Cylindrical-coordinate representation of color #C06514: hue angle of 28.26º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C06514 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 20 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.25 |
| HSL | 28.26º | 0.81% | 0.42% | - |
| HSV(B) | 28.26º | 0.9% | 0.75% | - |
| XYZ | 26.52 | 20.56 | 3.23 | - |
| YUV | 118.98 | 72.15 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 20 | 0 | 0.47 | 0.90 | 0.25 | 28.26 | 0.81 | 0.42 |
| Hex | C0 | 65 | 14 | 0 | 2F | 5A | 19 | 1C | 51 | 2A |
| Octal | 300 | 145 | 24 | 0 | 57 | 132 | 31 | 34 | 121 | 52 |
| Binary | 11000000 | 1100101 | 10100 | 0 | 101111 | 1011010 | 11001 | 11100 | 1010001 | 101010 |
Color Harmonies of #C06514
Complementary color
Monochromatic Colors of #C06514
Black with #C06514
Text Example
Text Example
White with #C06514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06514; }
p { color: rgb(192,101,20); }
H1.HeaderClassName
{
color: #C06514;
}
.AnyTagClassName
{
color: #C06514;
}
</style>
background-color css
<style>
a { background-color: #C06514; }
a { background-color: rgb(192,101,20); }
div.DivClassName
{
background-color: #C06514;
}
.BgClassName
{
background-color: #C06514;
}
</style>
border-color css
<style>
span { border-color: #C06514; }
span { border-color: rgb(192,101,20); }
td.TdClassName
{
border-color: #C06514;
}
.TagClassName
{
border-color: #C06514;
}
</style>