Shades of Chocolate #C3690C
Tints of Chocolate #C3690C
RGB
CMYK
RGB Variations
Color information
#C3690C (or 0xC3690C) is known color: Chocolate. HEX triplet: C3, 69 and 0C. RGB value is (195,105,12). Sum of RGB (Red+Green+Blue) = 195+105+12=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C3690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3690C is #3C96F3. Grayscale: #797979. Windows color (decimal): -3970804 or 813507. OLE color: 813507.
HSL color Cylindrical-coordinate representation of color #C3690C: hue angle of 30.49º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3690C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 12 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.24 |
| HSL | 30.49º | 0.88% | 0.41% | - |
| HSV(B) | 30.49º | 0.94% | 0.76% | - |
| XYZ | 27.62 | 21.73 | 3.09 | - |
| YUV | 121.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 12 | 0 | 0.46 | 0.94 | 0.24 | 30.49 | 0.88 | 0.41 |
| Hex | C3 | 69 | C | 0 | 2E | 5E | 18 | 1E | 58 | 29 |
| Octal | 303 | 151 | 14 | 0 | 56 | 136 | 30 | 36 | 130 | 51 |
| Binary | 11000011 | 1101001 | 1100 | 0 | 101110 | 1011110 | 11000 | 11110 | 1011000 | 101001 |
Color Harmonies of #C3690C
Complementary color
Monochromatic Colors of #C3690C
Black with #C3690C
Text Example
Text Example
White with #C3690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3690C; }
p { color: rgb(195,105,12); }
H1.HeaderClassName
{
color: #C3690C;
}
.AnyTagClassName
{
color: #C3690C;
}
</style>
background-color css
<style>
a { background-color: #C3690C; }
a { background-color: rgb(195,105,12); }
div.DivClassName
{
background-color: #C3690C;
}
.BgClassName
{
background-color: #C3690C;
}
</style>
border-color css
<style>
span { border-color: #C3690C; }
span { border-color: rgb(195,105,12); }
td.TdClassName
{
border-color: #C3690C;
}
.TagClassName
{
border-color: #C3690C;
}
</style>