Shades of Chocolate #C2641C
Tints of Chocolate #C2641C
RGB
CMYK
RGB Variations
Color information
#C2641C (or 0xC2641C) is known color: Chocolate. HEX triplet: C2, 64 and 1C. RGB value is (194,100,28). Sum of RGB (Red+Green+Blue) = 194+100+28=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2641C is #3D9BE3. Grayscale: #787878. Windows color (decimal): -4037604 or 1860802. OLE color: 1860802.
HSL color Cylindrical-coordinate representation of color #C2641C: hue angle of 26.02º 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 #C2641C is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 28 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.24 |
| HSL | 26.02º | 0.75% | 0.44% | - |
| HSV(B) | 26.02º | 0.86% | 0.76% | - |
| XYZ | 27.01 | 20.67 | 3.66 | - |
| YUV | 119.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 28 | 0 | 0.48 | 0.86 | 0.24 | 26.02 | 0.75 | 0.44 |
| Hex | C2 | 64 | 1C | 0 | 30 | 56 | 18 | 1A | 4B | 2C |
| Octal | 302 | 144 | 34 | 0 | 60 | 126 | 30 | 32 | 113 | 54 |
| Binary | 11000010 | 1100100 | 11100 | 0 | 110000 | 1010110 | 11000 | 11010 | 1001011 | 101100 |
Color Harmonies of #C2641C
Complementary color
Monochromatic Colors of #C2641C
Black with #C2641C
Text Example
Text Example
White with #C2641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2641C; }
p { color: rgb(194,100,28); }
H1.HeaderClassName
{
color: #C2641C;
}
.AnyTagClassName
{
color: #C2641C;
}
</style>
background-color css
<style>
a { background-color: #C2641C; }
a { background-color: rgb(194,100,28); }
div.DivClassName
{
background-color: #C2641C;
}
.BgClassName
{
background-color: #C2641C;
}
</style>
border-color css
<style>
span { border-color: #C2641C; }
span { border-color: rgb(194,100,28); }
td.TdClassName
{
border-color: #C2641C;
}
.TagClassName
{
border-color: #C2641C;
}
</style>