Shades of Tenne (Tawny) #C35211
Tints of Tenne (Tawny) #C35211
RGB
CMYK
RGB Variations
Color information
#C35211 (or 0xC35211) is known color: Tenne (Tawny). HEX triplet: C3, 52 and 11. RGB value is (195,82,17). Sum of RGB (Red+Green+Blue) = 195+82+17=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C35211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35211 is #3CADEE. Grayscale: #6C6C6C. Windows color (decimal): -3976687 or 1135299. OLE color: 1135299.
HSL color Cylindrical-coordinate representation of color #C35211: hue angle of 21.91º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C35211 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 17 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.24 |
| HSL | 21.91º | 0.84% | 0.42% | - |
| HSV(B) | 21.91º | 0.91% | 0.76% | - |
| XYZ | 25.62 | 17.68 | 2.59 | - |
| YUV | 108.38 | 76.44 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 17 | 0 | 0.58 | 0.91 | 0.24 | 21.91 | 0.84 | 0.42 |
| Hex | C3 | 52 | 11 | 0 | 3A | 5B | 18 | 16 | 54 | 2A |
| Octal | 303 | 122 | 21 | 0 | 72 | 133 | 30 | 26 | 124 | 52 |
| Binary | 11000011 | 1010010 | 10001 | 0 | 111010 | 1011011 | 11000 | 10110 | 1010100 | 101010 |
Color Harmonies of #C35211
Complementary color
Monochromatic Colors of #C35211
Black with #C35211
Text Example
Text Example
White with #C35211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35211; }
p { color: rgb(195,82,17); }
H1.HeaderClassName
{
color: #C35211;
}
.AnyTagClassName
{
color: #C35211;
}
</style>
background-color css
<style>
a { background-color: #C35211; }
a { background-color: rgb(195,82,17); }
div.DivClassName
{
background-color: #C35211;
}
.BgClassName
{
background-color: #C35211;
}
</style>
border-color css
<style>
span { border-color: #C35211; }
span { border-color: rgb(195,82,17); }
td.TdClassName
{
border-color: #C35211;
}
.TagClassName
{
border-color: #C35211;
}
</style>