Shades of Chocolate #C2641B
Tints of Chocolate #C2641B
RGB
CMYK
RGB Variations
Color information
#C2641B (or 0xC2641B) is known color: Chocolate. HEX triplet: C2, 64 and 1B. RGB value is (194,100,27). Sum of RGB (Red+Green+Blue) = 194+100+27=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2641B is #3D9BE4. Grayscale: #787878. Windows color (decimal): -4037605 or 1795266. OLE color: 1795266.
HSL color Cylindrical-coordinate representation of color #C2641B: hue angle of 26.23º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2641B is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 27 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.24 |
| HSL | 26.23º | 0.76% | 0.43% | - |
| HSV(B) | 26.23º | 0.86% | 0.76% | - |
| XYZ | 27 | 20.66 | 3.6 | - |
| YUV | 119.78 | 75.64 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 27 | 0 | 0.48 | 0.86 | 0.24 | 26.23 | 0.76 | 0.43 |
| Hex | C2 | 64 | 1B | 0 | 30 | 56 | 18 | 1A | 4C | 2B |
| Octal | 302 | 144 | 33 | 0 | 60 | 126 | 30 | 32 | 114 | 53 |
| Binary | 11000010 | 1100100 | 11011 | 0 | 110000 | 1010110 | 11000 | 11010 | 1001100 | 101011 |
Color Harmonies of #C2641B
Complementary color
Monochromatic Colors of #C2641B
Black with #C2641B
Text Example
Text Example
White with #C2641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2641B; }
p { color: rgb(194,100,27); }
H1.HeaderClassName
{
color: #C2641B;
}
.AnyTagClassName
{
color: #C2641B;
}
</style>
background-color css
<style>
a { background-color: #C2641B; }
a { background-color: rgb(194,100,27); }
div.DivClassName
{
background-color: #C2641B;
}
.BgClassName
{
background-color: #C2641B;
}
</style>
border-color css
<style>
span { border-color: #C2641B; }
span { border-color: rgb(194,100,27); }
td.TdClassName
{
border-color: #C2641B;
}
.TagClassName
{
border-color: #C2641B;
}
</style>