Shades of Chocolate #C2671C
Tints of Chocolate #C2671C
RGB
CMYK
RGB Variations
Color information
#C2671C (or 0xC2671C) is known color: Chocolate. HEX triplet: C2, 67 and 1C. RGB value is (194,103,28). Sum of RGB (Red+Green+Blue) = 194+103+28=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2671C is #3D98E3. Grayscale: #7A7A7A. Windows color (decimal): -4036836 or 1861570. OLE color: 1861570.
HSL color Cylindrical-coordinate representation of color #C2671C: hue angle of 27.11º 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 #C2671C is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 28 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.24 |
| HSL | 27.11º | 0.75% | 0.44% | - |
| HSV(B) | 27.11º | 0.86% | 0.76% | - |
| XYZ | 27.31 | 21.25 | 3.76 | - |
| YUV | 121.66 | 75.15 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 28 | 0 | 0.47 | 0.86 | 0.24 | 27.11 | 0.75 | 0.44 |
| Hex | C2 | 67 | 1C | 0 | 2F | 56 | 18 | 1B | 4B | 2C |
| Octal | 302 | 147 | 34 | 0 | 57 | 126 | 30 | 33 | 113 | 54 |
| Binary | 11000010 | 1100111 | 11100 | 0 | 101111 | 1010110 | 11000 | 11011 | 1001011 | 101100 |
Color Harmonies of #C2671C
Complementary color
Monochromatic Colors of #C2671C
Black with #C2671C
Text Example
Text Example
White with #C2671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2671C; }
p { color: rgb(194,103,28); }
H1.HeaderClassName
{
color: #C2671C;
}
.AnyTagClassName
{
color: #C2671C;
}
</style>
background-color css
<style>
a { background-color: #C2671C; }
a { background-color: rgb(194,103,28); }
div.DivClassName
{
background-color: #C2671C;
}
.BgClassName
{
background-color: #C2671C;
}
</style>
border-color css
<style>
span { border-color: #C2671C; }
span { border-color: rgb(194,103,28); }
td.TdClassName
{
border-color: #C2671C;
}
.TagClassName
{
border-color: #C2671C;
}
</style>