Shades of Tenne (Tawny) #C5660C
Tints of Tenne (Tawny) #C5660C
RGB
CMYK
RGB Variations
Color information
#C5660C (or 0xC5660C) is known color: Tenne (Tawny). HEX triplet: C5, 66 and 0C. RGB value is (197,102,12). Sum of RGB (Red+Green+Blue) = 197+102+12=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5660C is #3A99F3. Grayscale: #787878. Windows color (decimal): -3840500 or 812741. OLE color: 812741.
HSL color Cylindrical-coordinate representation of color #C5660C: hue angle of 29.19º 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 #C5660C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.23 |
| HSL | 29.19º | 0.89% | 0.41% | - |
| HSV(B) | 29.19º | 0.94% | 0.77% | - |
| XYZ | 27.84 | 21.4 | 3.01 | - |
| YUV | 120.15 | 66.97 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 12 | 0 | 0.48 | 0.94 | 0.23 | 29.19 | 0.89 | 0.41 |
| Hex | C5 | 66 | C | 0 | 30 | 5E | 17 | 1D | 59 | 29 |
| Octal | 305 | 146 | 14 | 0 | 60 | 136 | 27 | 35 | 131 | 51 |
| Binary | 11000101 | 1100110 | 1100 | 0 | 110000 | 1011110 | 10111 | 11101 | 1011001 | 101001 |
Color Harmonies of #C5660C
Complementary color
Monochromatic Colors of #C5660C
Black with #C5660C
Text Example
Text Example
White with #C5660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5660C; }
p { color: rgb(197,102,12); }
H1.HeaderClassName
{
color: #C5660C;
}
.AnyTagClassName
{
color: #C5660C;
}
</style>
background-color css
<style>
a { background-color: #C5660C; }
a { background-color: rgb(197,102,12); }
div.DivClassName
{
background-color: #C5660C;
}
.BgClassName
{
background-color: #C5660C;
}
</style>
border-color css
<style>
span { border-color: #C5660C; }
span { border-color: rgb(197,102,12); }
td.TdClassName
{
border-color: #C5660C;
}
.TagClassName
{
border-color: #C5660C;
}
</style>