Shades of Chocolate #C5690C
Tints of Chocolate #C5690C
RGB
CMYK
RGB Variations
Color information
#C5690C (or 0xC5690C) is known color: Chocolate. HEX triplet: C5, 69 and 0C. RGB value is (197,105,12). Sum of RGB (Red+Green+Blue) = 197+105+12=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5690C is #3A96F3. Grayscale: #7A7A7A. Windows color (decimal): -3839732 or 813509. OLE color: 813509.
HSL color Cylindrical-coordinate representation of color #C5690C: hue angle of 30.16º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5690C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 12 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.23 |
| HSL | 30.16º | 0.89% | 0.41% | - |
| HSV(B) | 30.16º | 0.94% | 0.77% | - |
| XYZ | 28.14 | 22 | 3.11 | - |
| YUV | 121.91 | 65.98 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 12 | 0 | 0.47 | 0.94 | 0.23 | 30.16 | 0.89 | 0.41 |
| Hex | C5 | 69 | C | 0 | 2F | 5E | 17 | 1E | 59 | 29 |
| Octal | 305 | 151 | 14 | 0 | 57 | 136 | 27 | 36 | 131 | 51 |
| Binary | 11000101 | 1101001 | 1100 | 0 | 101111 | 1011110 | 10111 | 11110 | 1011001 | 101001 |
Color Harmonies of #C5690C
Complementary color
Monochromatic Colors of #C5690C
Black with #C5690C
Text Example
Text Example
White with #C5690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5690C; }
p { color: rgb(197,105,12); }
H1.HeaderClassName
{
color: #C5690C;
}
.AnyTagClassName
{
color: #C5690C;
}
</style>
background-color css
<style>
a { background-color: #C5690C; }
a { background-color: rgb(197,105,12); }
div.DivClassName
{
background-color: #C5690C;
}
.BgClassName
{
background-color: #C5690C;
}
</style>
border-color css
<style>
span { border-color: #C5690C; }
span { border-color: rgb(197,105,12); }
td.TdClassName
{
border-color: #C5690C;
}
.TagClassName
{
border-color: #C5690C;
}
</style>