Shades of Chocolate #C2601B
Tints of Chocolate #C2601B
RGB
CMYK
RGB Variations
Color information
#C2601B (or 0xC2601B) is known color: Chocolate. HEX triplet: C2, 60 and 1B. RGB value is (194,96,27). Sum of RGB (Red+Green+Blue) = 194+96+27=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C2601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2601B is #3D9FE4. Grayscale: #757575. Windows color (decimal): -4038629 or 1794242. OLE color: 1794242.
HSL color Cylindrical-coordinate representation of color #C2601B: hue angle of 24.79º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2601B is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 27 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.24 |
| HSL | 24.79º | 0.76% | 0.43% | - |
| HSV(B) | 24.79º | 0.86% | 0.76% | - |
| XYZ | 26.63 | 19.91 | 3.48 | - |
| YUV | 117.44 | 76.97 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 27 | 0 | 0.51 | 0.86 | 0.24 | 24.79 | 0.76 | 0.43 |
| Hex | C2 | 60 | 1B | 0 | 33 | 56 | 18 | 19 | 4C | 2B |
| Octal | 302 | 140 | 33 | 0 | 63 | 126 | 30 | 31 | 114 | 53 |
| Binary | 11000010 | 1100000 | 11011 | 0 | 110011 | 1010110 | 11000 | 11001 | 1001100 | 101011 |
Color Harmonies of #C2601B
Complementary color
Monochromatic Colors of #C2601B
Black with #C2601B
Text Example
Text Example
White with #C2601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2601B; }
p { color: rgb(194,96,27); }
H1.HeaderClassName
{
color: #C2601B;
}
.AnyTagClassName
{
color: #C2601B;
}
</style>
background-color css
<style>
a { background-color: #C2601B; }
a { background-color: rgb(194,96,27); }
div.DivClassName
{
background-color: #C2601B;
}
.BgClassName
{
background-color: #C2601B;
}
</style>
border-color css
<style>
span { border-color: #C2601B; }
span { border-color: rgb(194,96,27); }
td.TdClassName
{
border-color: #C2601B;
}
.TagClassName
{
border-color: #C2601B;
}
</style>