Shades of Chocolate #C2601A
Tints of Chocolate #C2601A
RGB
CMYK
RGB Variations
Color information
#C2601A (or 0xC2601A) is known color: Chocolate. HEX triplet: C2, 60 and 1A. RGB value is (194,96,26). Sum of RGB (Red+Green+Blue) = 194+96+26=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C2601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2601A is #3D9FE5. Grayscale: #757575. Windows color (decimal): -4038630 or 1728706. OLE color: 1728706.
HSL color Cylindrical-coordinate representation of color #C2601A: hue angle of 25º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2601A is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 26 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.24 |
| HSL | 25º | 0.76% | 0.43% | - |
| HSV(B) | 25º | 0.87% | 0.76% | - |
| XYZ | 26.62 | 19.91 | 3.42 | - |
| YUV | 117.32 | 76.47 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 26 | 0 | 0.51 | 0.87 | 0.24 | 25 | 0.76 | 0.43 |
| Hex | C2 | 60 | 1A | 0 | 33 | 57 | 18 | 19 | 4C | 2B |
| Octal | 302 | 140 | 32 | 0 | 63 | 127 | 30 | 31 | 114 | 53 |
| Binary | 11000010 | 1100000 | 11010 | 0 | 110011 | 1010111 | 11000 | 11001 | 1001100 | 101011 |
Color Harmonies of #C2601A
Complementary color
Monochromatic Colors of #C2601A
Black with #C2601A
Text Example
Text Example
White with #C2601A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2601A; }
p { color: rgb(194,96,26); }
H1.HeaderClassName
{
color: #C2601A;
}
.AnyTagClassName
{
color: #C2601A;
}
</style>
background-color css
<style>
a { background-color: #C2601A; }
a { background-color: rgb(194,96,26); }
div.DivClassName
{
background-color: #C2601A;
}
.BgClassName
{
background-color: #C2601A;
}
</style>
border-color css
<style>
span { border-color: #C2601A; }
span { border-color: rgb(194,96,26); }
td.TdClassName
{
border-color: #C2601A;
}
.TagClassName
{
border-color: #C2601A;
}
</style>