Shades of Chocolate #C2651C
Tints of Chocolate #C2651C
RGB
CMYK
RGB Variations
Color information
#C2651C (or 0xC2651C) is known color: Chocolate. HEX triplet: C2, 65 and 1C. RGB value is (194,101,28). Sum of RGB (Red+Green+Blue) = 194+101+28=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2651C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2651C is #3D9AE3. Grayscale: #787878. Windows color (decimal): -4037348 or 1861058. OLE color: 1861058.
HSL color Cylindrical-coordinate representation of color #C2651C: hue angle of 26.39º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2651C is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 28 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.24 |
| HSL | 26.39º | 0.75% | 0.44% | - |
| HSV(B) | 26.39º | 0.86% | 0.76% | - |
| XYZ | 27.11 | 20.86 | 3.7 | - |
| YUV | 120.49 | 75.81 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 28 | 0 | 0.48 | 0.86 | 0.24 | 26.39 | 0.75 | 0.44 |
| Hex | C2 | 65 | 1C | 0 | 30 | 56 | 18 | 1A | 4B | 2C |
| Octal | 302 | 145 | 34 | 0 | 60 | 126 | 30 | 32 | 113 | 54 |
| Binary | 11000010 | 1100101 | 11100 | 0 | 110000 | 1010110 | 11000 | 11010 | 1001011 | 101100 |
Color Harmonies of #C2651C
Complementary color
Monochromatic Colors of #C2651C
Black with #C2651C
Text Example
Text Example
White with #C2651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2651C; }
p { color: rgb(194,101,28); }
H1.HeaderClassName
{
color: #C2651C;
}
.AnyTagClassName
{
color: #C2651C;
}
</style>
background-color css
<style>
a { background-color: #C2651C; }
a { background-color: rgb(194,101,28); }
div.DivClassName
{
background-color: #C2651C;
}
.BgClassName
{
background-color: #C2651C;
}
</style>
border-color css
<style>
span { border-color: #C2651C; }
span { border-color: rgb(194,101,28); }
td.TdClassName
{
border-color: #C2651C;
}
.TagClassName
{
border-color: #C2651C;
}
</style>