Shades of Chocolate #C26A1D
Tints of Chocolate #C26A1D
RGB
CMYK
RGB Variations
Color information
#C26A1D (or 0xC26A1D) is known color: Chocolate. HEX triplet: C2, 6A and 1D. RGB value is (194,106,29). Sum of RGB (Red+Green+Blue) = 194+106+29=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26A1D is #3D95E2. Grayscale: #7B7B7B. Windows color (decimal): -4036067 or 1927874. OLE color: 1927874.
HSL color Cylindrical-coordinate representation of color #C26A1D: hue angle of 28º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C26A1D is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 29 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.24 |
| HSL | 28º | 0.74% | 0.44% | - |
| HSV(B) | 28º | 0.85% | 0.76% | - |
| XYZ | 27.62 | 21.87 | 3.93 | - |
| YUV | 123.53 | 74.65 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 29 | 0 | 0.45 | 0.85 | 0.24 | 28 | 0.74 | 0.44 |
| Hex | C2 | 6A | 1D | 0 | 2D | 55 | 18 | 1C | 4A | 2C |
| Octal | 302 | 152 | 35 | 0 | 55 | 125 | 30 | 34 | 112 | 54 |
| Binary | 11000010 | 1101010 | 11101 | 0 | 101101 | 1010101 | 11000 | 11100 | 1001010 | 101100 |
Color Harmonies of #C26A1D
Complementary color
Monochromatic Colors of #C26A1D
Black with #C26A1D
Text Example
Text Example
White with #C26A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A1D; }
p { color: rgb(194,106,29); }
H1.HeaderClassName
{
color: #C26A1D;
}
.AnyTagClassName
{
color: #C26A1D;
}
</style>
background-color css
<style>
a { background-color: #C26A1D; }
a { background-color: rgb(194,106,29); }
div.DivClassName
{
background-color: #C26A1D;
}
.BgClassName
{
background-color: #C26A1D;
}
</style>
border-color css
<style>
span { border-color: #C26A1D; }
span { border-color: rgb(194,106,29); }
td.TdClassName
{
border-color: #C26A1D;
}
.TagClassName
{
border-color: #C26A1D;
}
</style>