Shades of Tenne (Tawny) #C35E10
Tints of Tenne (Tawny) #C35E10
RGB
CMYK
RGB Variations
Color information
#C35E10 (or 0xC35E10) is known color: Tenne (Tawny). HEX triplet: C3, 5E and 10. RGB value is (195,94,16). Sum of RGB (Red+Green+Blue) = 195+94+16=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35E10 is #3CA1EF. Grayscale: #737373. Windows color (decimal): -3973616 or 1072835. OLE color: 1072835.
HSL color Cylindrical-coordinate representation of color #C35E10: hue angle of 26.15º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C35E10 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 16 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.24 |
| HSL | 26.15º | 0.85% | 0.41% | - |
| HSV(B) | 26.15º | 0.92% | 0.76% | - |
| XYZ | 26.6 | 19.64 | 2.88 | - |
| YUV | 115.31 | 71.96 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 16 | 0 | 0.52 | 0.92 | 0.24 | 26.15 | 0.85 | 0.41 |
| Hex | C3 | 5E | 10 | 0 | 34 | 5C | 18 | 1A | 55 | 29 |
| Octal | 303 | 136 | 20 | 0 | 64 | 134 | 30 | 32 | 125 | 51 |
| Binary | 11000011 | 1011110 | 10000 | 0 | 110100 | 1011100 | 11000 | 11010 | 1010101 | 101001 |
Color Harmonies of #C35E10
Complementary color
Monochromatic Colors of #C35E10
Black with #C35E10
Text Example
Text Example
White with #C35E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E10; }
p { color: rgb(195,94,16); }
H1.HeaderClassName
{
color: #C35E10;
}
.AnyTagClassName
{
color: #C35E10;
}
</style>
background-color css
<style>
a { background-color: #C35E10; }
a { background-color: rgb(195,94,16); }
div.DivClassName
{
background-color: #C35E10;
}
.BgClassName
{
background-color: #C35E10;
}
</style>
border-color css
<style>
span { border-color: #C35E10; }
span { border-color: rgb(195,94,16); }
td.TdClassName
{
border-color: #C35E10;
}
.TagClassName
{
border-color: #C35E10;
}
</style>