Shades of Chocolate #C26C12
Tints of Chocolate #C26C12
RGB
CMYK
RGB Variations
Color information
#C26C12 (or 0xC26C12) is known color: Chocolate. HEX triplet: C2, 6C and 12. RGB value is (194,108,18). Sum of RGB (Red+Green+Blue) = 194+108+18=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26C12 is #3D93ED. Grayscale: #7B7B7B. Windows color (decimal): -4035566 or 1207490. OLE color: 1207490.
HSL color Cylindrical-coordinate representation of color #C26C12: hue angle of 30.68º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C26C12 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 18 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.24 |
| HSL | 30.68º | 0.83% | 0.42% | - |
| HSV(B) | 30.68º | 0.91% | 0.76% | - |
| XYZ | 27.72 | 22.24 | 3.4 | - |
| YUV | 123.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 18 | 0 | 0.44 | 0.91 | 0.24 | 30.68 | 0.83 | 0.42 |
| Hex | C2 | 6C | 12 | 0 | 2C | 5B | 18 | 1F | 53 | 2A |
| Octal | 302 | 154 | 22 | 0 | 54 | 133 | 30 | 37 | 123 | 52 |
| Binary | 11000010 | 1101100 | 10010 | 0 | 101100 | 1011011 | 11000 | 11111 | 1010011 | 101010 |
Color Harmonies of #C26C12
Complementary color
Monochromatic Colors of #C26C12
Black with #C26C12
Text Example
Text Example
White with #C26C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C12; }
p { color: rgb(194,108,18); }
H1.HeaderClassName
{
color: #C26C12;
}
.AnyTagClassName
{
color: #C26C12;
}
</style>
background-color css
<style>
a { background-color: #C26C12; }
a { background-color: rgb(194,108,18); }
div.DivClassName
{
background-color: #C26C12;
}
.BgClassName
{
background-color: #C26C12;
}
</style>
border-color css
<style>
span { border-color: #C26C12; }
span { border-color: rgb(194,108,18); }
td.TdClassName
{
border-color: #C26C12;
}
.TagClassName
{
border-color: #C26C12;
}
</style>