Shades of Chocolate #C2621C
Tints of Chocolate #C2621C
RGB
CMYK
RGB Variations
Color information
#C2621C (or 0xC2621C) is known color: Chocolate. HEX triplet: C2, 62 and 1C. RGB value is (194,98,28). Sum of RGB (Red+Green+Blue) = 194+98+28=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2621C is #3D9DE3. Grayscale: #777777. Windows color (decimal): -4038116 or 1860290. OLE color: 1860290.
HSL color Cylindrical-coordinate representation of color #C2621C: hue angle of 25.3º 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 #C2621C is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 28 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.24 |
| HSL | 25.3º | 0.75% | 0.44% | - |
| HSV(B) | 25.3º | 0.86% | 0.76% | - |
| XYZ | 26.83 | 20.29 | 3.6 | - |
| YUV | 118.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 28 | 0 | 0.49 | 0.86 | 0.24 | 25.3 | 0.75 | 0.44 |
| Hex | C2 | 62 | 1C | 0 | 31 | 56 | 18 | 19 | 4B | 2C |
| Octal | 302 | 142 | 34 | 0 | 61 | 126 | 30 | 31 | 113 | 54 |
| Binary | 11000010 | 1100010 | 11100 | 0 | 110001 | 1010110 | 11000 | 11001 | 1001011 | 101100 |
Color Harmonies of #C2621C
Complementary color
Monochromatic Colors of #C2621C
Black with #C2621C
Text Example
Text Example
White with #C2621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2621C; }
p { color: rgb(194,98,28); }
H1.HeaderClassName
{
color: #C2621C;
}
.AnyTagClassName
{
color: #C2621C;
}
</style>
background-color css
<style>
a { background-color: #C2621C; }
a { background-color: rgb(194,98,28); }
div.DivClassName
{
background-color: #C2621C;
}
.BgClassName
{
background-color: #C2621C;
}
</style>
border-color css
<style>
span { border-color: #C2621C; }
span { border-color: rgb(194,98,28); }
td.TdClassName
{
border-color: #C2621C;
}
.TagClassName
{
border-color: #C2621C;
}
</style>