Shades of Chocolate #C2671B
Tints of Chocolate #C2671B
RGB
CMYK
RGB Variations
Color information
#C2671B (or 0xC2671B) is known color: Chocolate. HEX triplet: C2, 67 and 1B. RGB value is (194,103,27). Sum of RGB (Red+Green+Blue) = 194+103+27=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2671B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2671B is #3D98E4. Grayscale: #797979. Windows color (decimal): -4036837 or 1796034. OLE color: 1796034.
HSL color Cylindrical-coordinate representation of color #C2671B: hue angle of 27.31º 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 #C2671B is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 27 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.24 |
| HSL | 27.31º | 0.76% | 0.43% | - |
| HSV(B) | 27.31º | 0.86% | 0.76% | - |
| XYZ | 27.3 | 21.25 | 3.7 | - |
| YUV | 121.55 | 74.65 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 27 | 0 | 0.47 | 0.86 | 0.24 | 27.31 | 0.76 | 0.43 |
| Hex | C2 | 67 | 1B | 0 | 2F | 56 | 18 | 1B | 4C | 2B |
| Octal | 302 | 147 | 33 | 0 | 57 | 126 | 30 | 33 | 114 | 53 |
| Binary | 11000010 | 1100111 | 11011 | 0 | 101111 | 1010110 | 11000 | 11011 | 1001100 | 101011 |
Color Harmonies of #C2671B
Complementary color
Monochromatic Colors of #C2671B
Black with #C2671B
Text Example
Text Example
White with #C2671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2671B; }
p { color: rgb(194,103,27); }
H1.HeaderClassName
{
color: #C2671B;
}
.AnyTagClassName
{
color: #C2671B;
}
</style>
background-color css
<style>
a { background-color: #C2671B; }
a { background-color: rgb(194,103,27); }
div.DivClassName
{
background-color: #C2671B;
}
.BgClassName
{
background-color: #C2671B;
}
</style>
border-color css
<style>
span { border-color: #C2671B; }
span { border-color: rgb(194,103,27); }
td.TdClassName
{
border-color: #C2671B;
}
.TagClassName
{
border-color: #C2671B;
}
</style>