Shades of Chocolate #C26710
Tints of Chocolate #C26710
RGB
CMYK
RGB Variations
Color information
#C26710 (or 0xC26710) is known color: Chocolate. HEX triplet: C2, 67 and 10. RGB value is (194,103,16). Sum of RGB (Red+Green+Blue) = 194+103+16=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C26710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26710 is #3D98EF. Grayscale: #787878. Windows color (decimal): -4036848 or 1075138. OLE color: 1075138.
HSL color Cylindrical-coordinate representation of color #C26710: hue angle of 29.33º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C26710 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 16 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.24 |
| HSL | 29.33º | 0.85% | 0.41% | - |
| HSV(B) | 29.33º | 0.92% | 0.76% | - |
| XYZ | 27.19 | 21.21 | 3.15 | - |
| YUV | 120.29 | 69.15 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 16 | 0 | 0.47 | 0.92 | 0.24 | 29.33 | 0.85 | 0.41 |
| Hex | C2 | 67 | 10 | 0 | 2F | 5C | 18 | 1D | 55 | 29 |
| Octal | 302 | 147 | 20 | 0 | 57 | 134 | 30 | 35 | 125 | 51 |
| Binary | 11000010 | 1100111 | 10000 | 0 | 101111 | 1011100 | 11000 | 11101 | 1010101 | 101001 |
Color Harmonies of #C26710
Complementary color
Monochromatic Colors of #C26710
Black with #C26710
Text Example
Text Example
White with #C26710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26710; }
p { color: rgb(194,103,16); }
H1.HeaderClassName
{
color: #C26710;
}
.AnyTagClassName
{
color: #C26710;
}
</style>
background-color css
<style>
a { background-color: #C26710; }
a { background-color: rgb(194,103,16); }
div.DivClassName
{
background-color: #C26710;
}
.BgClassName
{
background-color: #C26710;
}
</style>
border-color css
<style>
span { border-color: #C26710; }
span { border-color: rgb(194,103,16); }
td.TdClassName
{
border-color: #C26710;
}
.TagClassName
{
border-color: #C26710;
}
</style>