Shades of Chocolate #C06919
Tints of Chocolate #C06919
RGB
CMYK
RGB Variations
Color information
#C06919 (or 0xC06919) is known color: Chocolate. HEX triplet: C0, 69 and 19. RGB value is (192,105,25). Sum of RGB (Red+Green+Blue) = 192+105+25=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C06919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06919 is #3F96E6. Grayscale: #7A7A7A. Windows color (decimal): -4167399 or 1665472. OLE color: 1665472.
HSL color Cylindrical-coordinate representation of color #C06919: hue angle of 28.74º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C06919 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 25 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.25 |
| HSL | 28.74º | 0.77% | 0.43% | - |
| HSV(B) | 28.74º | 0.87% | 0.75% | - |
| XYZ | 26.97 | 21.38 | 3.63 | - |
| YUV | 121.89 | 73.32 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 25 | 0 | 0.45 | 0.87 | 0.25 | 28.74 | 0.77 | 0.43 |
| Hex | C0 | 69 | 19 | 0 | 2D | 57 | 19 | 1D | 4D | 2B |
| Octal | 300 | 151 | 31 | 0 | 55 | 127 | 31 | 35 | 115 | 53 |
| Binary | 11000000 | 1101001 | 11001 | 0 | 101101 | 1010111 | 11001 | 11101 | 1001101 | 101011 |
Color Harmonies of #C06919
Complementary color
Monochromatic Colors of #C06919
Black with #C06919
Text Example
Text Example
White with #C06919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06919; }
p { color: rgb(192,105,25); }
H1.HeaderClassName
{
color: #C06919;
}
.AnyTagClassName
{
color: #C06919;
}
</style>
background-color css
<style>
a { background-color: #C06919; }
a { background-color: rgb(192,105,25); }
div.DivClassName
{
background-color: #C06919;
}
.BgClassName
{
background-color: #C06919;
}
</style>
border-color css
<style>
span { border-color: #C06919; }
span { border-color: rgb(192,105,25); }
td.TdClassName
{
border-color: #C06919;
}
.TagClassName
{
border-color: #C06919;
}
</style>