Shades of Chocolate #C2611D
Tints of Chocolate #C2611D
RGB
CMYK
RGB Variations
Color information
#C2611D (or 0xC2611D) is known color: Chocolate. HEX triplet: C2, 61 and 1D. RGB value is (194,97,29). Sum of RGB (Red+Green+Blue) = 194+97+29=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2611D is #3D9EE2. Grayscale: #767676. Windows color (decimal): -4038371 or 1925570. OLE color: 1925570.
HSL color Cylindrical-coordinate representation of color #C2611D: hue angle of 24.73º 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 #C2611D is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 29 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.24 |
| HSL | 24.73º | 0.74% | 0.44% | - |
| HSV(B) | 24.73º | 0.85% | 0.76% | - |
| XYZ | 26.74 | 20.11 | 3.63 | - |
| YUV | 118.25 | 77.64 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 29 | 0 | 0.50 | 0.85 | 0.24 | 24.73 | 0.74 | 0.44 |
| Hex | C2 | 61 | 1D | 0 | 32 | 55 | 18 | 19 | 4A | 2C |
| Octal | 302 | 141 | 35 | 0 | 62 | 125 | 30 | 31 | 112 | 54 |
| Binary | 11000010 | 1100001 | 11101 | 0 | 110010 | 1010101 | 11000 | 11001 | 1001010 | 101100 |
Color Harmonies of #C2611D
Complementary color
Monochromatic Colors of #C2611D
Black with #C2611D
Text Example
Text Example
White with #C2611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2611D; }
p { color: rgb(194,97,29); }
H1.HeaderClassName
{
color: #C2611D;
}
.AnyTagClassName
{
color: #C2611D;
}
</style>
background-color css
<style>
a { background-color: #C2611D; }
a { background-color: rgb(194,97,29); }
div.DivClassName
{
background-color: #C2611D;
}
.BgClassName
{
background-color: #C2611D;
}
</style>
border-color css
<style>
span { border-color: #C2611D; }
span { border-color: rgb(194,97,29); }
td.TdClassName
{
border-color: #C2611D;
}
.TagClassName
{
border-color: #C2611D;
}
</style>