Shades of Chocolate #C0651C
Tints of Chocolate #C0651C
RGB
CMYK
RGB Variations
Color information
#C0651C (or 0xC0651C) is known color: Chocolate. HEX triplet: C0, 65 and 1C. RGB value is (192,101,28). Sum of RGB (Red+Green+Blue) = 192+101+28=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0651C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0651C is #3F9AE3. Grayscale: #787878. Windows color (decimal): -4168420 or 1861056. OLE color: 1861056.
HSL color Cylindrical-coordinate representation of color #C0651C: hue angle of 26.71º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0651C is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 28 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.25 |
| HSL | 26.71º | 0.75% | 0.43% | - |
| HSV(B) | 26.71º | 0.85% | 0.75% | - |
| XYZ | 26.6 | 20.6 | 3.67 | - |
| YUV | 119.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 28 | 0 | 0.47 | 0.85 | 0.25 | 26.71 | 0.75 | 0.43 |
| Hex | C0 | 65 | 1C | 0 | 2F | 55 | 19 | 1B | 4B | 2B |
| Octal | 300 | 145 | 34 | 0 | 57 | 125 | 31 | 33 | 113 | 53 |
| Binary | 11000000 | 1100101 | 11100 | 0 | 101111 | 1010101 | 11001 | 11011 | 1001011 | 101011 |
Color Harmonies of #C0651C
Complementary color
Monochromatic Colors of #C0651C
Black with #C0651C
Text Example
Text Example
White with #C0651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0651C; }
p { color: rgb(192,101,28); }
H1.HeaderClassName
{
color: #C0651C;
}
.AnyTagClassName
{
color: #C0651C;
}
</style>
background-color css
<style>
a { background-color: #C0651C; }
a { background-color: rgb(192,101,28); }
div.DivClassName
{
background-color: #C0651C;
}
.BgClassName
{
background-color: #C0651C;
}
</style>
border-color css
<style>
span { border-color: #C0651C; }
span { border-color: rgb(192,101,28); }
td.TdClassName
{
border-color: #C0651C;
}
.TagClassName
{
border-color: #C0651C;
}
</style>