Shades of Chocolate #C2651D
Tints of Chocolate #C2651D
RGB
CMYK
RGB Variations
Color information
#C2651D (or 0xC2651D) is known color: Chocolate. HEX triplet: C2, 65 and 1D. RGB value is (194,101,29). Sum of RGB (Red+Green+Blue) = 194+101+29=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2651D is #3D9AE2. Grayscale: #787878. Windows color (decimal): -4037347 or 1926594. OLE color: 1926594.
HSL color Cylindrical-coordinate representation of color #C2651D: hue angle of 26.18º 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 #C2651D is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 29 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.24 |
| HSL | 26.18º | 0.74% | 0.44% | - |
| HSV(B) | 26.18º | 0.85% | 0.76% | - |
| XYZ | 27.12 | 20.87 | 3.76 | - |
| YUV | 120.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 29 | 0 | 0.48 | 0.85 | 0.24 | 26.18 | 0.74 | 0.44 |
| Hex | C2 | 65 | 1D | 0 | 30 | 55 | 18 | 1A | 4A | 2C |
| Octal | 302 | 145 | 35 | 0 | 60 | 125 | 30 | 32 | 112 | 54 |
| Binary | 11000010 | 1100101 | 11101 | 0 | 110000 | 1010101 | 11000 | 11010 | 1001010 | 101100 |
Color Harmonies of #C2651D
Complementary color
Monochromatic Colors of #C2651D
Black with #C2651D
Text Example
Text Example
White with #C2651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2651D; }
p { color: rgb(194,101,29); }
H1.HeaderClassName
{
color: #C2651D;
}
.AnyTagClassName
{
color: #C2651D;
}
</style>
background-color css
<style>
a { background-color: #C2651D; }
a { background-color: rgb(194,101,29); }
div.DivClassName
{
background-color: #C2651D;
}
.BgClassName
{
background-color: #C2651D;
}
</style>
border-color css
<style>
span { border-color: #C2651D; }
span { border-color: rgb(194,101,29); }
td.TdClassName
{
border-color: #C2651D;
}
.TagClassName
{
border-color: #C2651D;
}
</style>