Shades of Chocolate #C3601C
Tints of Chocolate #C3601C
RGB
CMYK
RGB Variations
Color information
#C3601C (or 0xC3601C) is known color: Chocolate. HEX triplet: C3, 60 and 1C. RGB value is (195,96,28). Sum of RGB (Red+Green+Blue) = 195+96+28=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C3601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3601C is #3C9FE3. Grayscale: #767676. Windows color (decimal): -3973092 or 1859779. OLE color: 1859779.
HSL color Cylindrical-coordinate representation of color #C3601C: hue angle of 24.43º 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 #C3601C is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 28 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.24 |
| HSL | 24.43º | 0.75% | 0.44% | - |
| HSV(B) | 24.43º | 0.86% | 0.76% | - |
| XYZ | 26.9 | 20.05 | 3.55 | - |
| YUV | 117.85 | 77.3 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 28 | 0 | 0.51 | 0.86 | 0.24 | 24.43 | 0.75 | 0.44 |
| Hex | C3 | 60 | 1C | 0 | 33 | 56 | 18 | 18 | 4B | 2C |
| Octal | 303 | 140 | 34 | 0 | 63 | 126 | 30 | 30 | 113 | 54 |
| Binary | 11000011 | 1100000 | 11100 | 0 | 110011 | 1010110 | 11000 | 11000 | 1001011 | 101100 |
Color Harmonies of #C3601C
Complementary color
Monochromatic Colors of #C3601C
Black with #C3601C
Text Example
Text Example
White with #C3601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3601C; }
p { color: rgb(195,96,28); }
H1.HeaderClassName
{
color: #C3601C;
}
.AnyTagClassName
{
color: #C3601C;
}
</style>
background-color css
<style>
a { background-color: #C3601C; }
a { background-color: rgb(195,96,28); }
div.DivClassName
{
background-color: #C3601C;
}
.BgClassName
{
background-color: #C3601C;
}
</style>
border-color css
<style>
span { border-color: #C3601C; }
span { border-color: rgb(195,96,28); }
td.TdClassName
{
border-color: #C3601C;
}
.TagClassName
{
border-color: #C3601C;
}
</style>