Shades of Chocolate #C3661C
Tints of Chocolate #C3661C
RGB
CMYK
RGB Variations
Color information
#C3661C (or 0xC3661C) is known color: Chocolate. HEX triplet: C3, 66 and 1C. RGB value is (195,102,28). Sum of RGB (Red+Green+Blue) = 195+102+28=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3661C is #3C99E3. Grayscale: #797979. Windows color (decimal): -3971556 or 1861315. OLE color: 1861315.
HSL color Cylindrical-coordinate representation of color #C3661C: hue angle of 26.59º 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 #C3661C is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 28 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.24 |
| HSL | 26.59º | 0.75% | 0.44% | - |
| HSV(B) | 26.59º | 0.86% | 0.76% | - |
| XYZ | 27.47 | 21.19 | 3.74 | - |
| YUV | 121.37 | 75.31 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 28 | 0 | 0.48 | 0.86 | 0.24 | 26.59 | 0.75 | 0.44 |
| Hex | C3 | 66 | 1C | 0 | 30 | 56 | 18 | 1B | 4B | 2C |
| Octal | 303 | 146 | 34 | 0 | 60 | 126 | 30 | 33 | 113 | 54 |
| Binary | 11000011 | 1100110 | 11100 | 0 | 110000 | 1010110 | 11000 | 11011 | 1001011 | 101100 |
Color Harmonies of #C3661C
Complementary color
Monochromatic Colors of #C3661C
Black with #C3661C
Text Example
Text Example
White with #C3661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3661C; }
p { color: rgb(195,102,28); }
H1.HeaderClassName
{
color: #C3661C;
}
.AnyTagClassName
{
color: #C3661C;
}
</style>
background-color css
<style>
a { background-color: #C3661C; }
a { background-color: rgb(195,102,28); }
div.DivClassName
{
background-color: #C3661C;
}
.BgClassName
{
background-color: #C3661C;
}
</style>
border-color css
<style>
span { border-color: #C3661C; }
span { border-color: rgb(195,102,28); }
td.TdClassName
{
border-color: #C3661C;
}
.TagClassName
{
border-color: #C3661C;
}
</style>