Shades of Tenne (Tawny) #C35F00
Tints of Tenne (Tawny) #C35F00
RGB
CMYK
RGB Variations
Color information
#C35F00 (or 0xC35F00) is known color: Tenne (Tawny). HEX triplet: C3, 5F and 00. RGB value is (195,95,0). Sum of RGB (Red+Green+Blue) = 195+95+0=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35F00 is #3CA0FF. Grayscale: #727272. Windows color (decimal): -3973376 or 24515. OLE color: 24515.
HSL color Cylindrical-coordinate representation of color #C35F00: hue angle of 29.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C35F00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 95 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.24 |
| HSL | 29.23º | 1% | 0.38% | - |
| HSV(B) | 29.23º | 1% | 0.76% | - |
| XYZ | 26.6 | 19.79 | 2.42 | - |
| YUV | 114.07 | 63.63 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 0 | 0 | 0.51 | 1 | 0.24 | 29.23 | 1 | 0.38 |
| Hex | C3 | 5F | 0 | 0 | 33 | 64 | 18 | 1D | 64 | 26 |
| Octal | 303 | 137 | 0 | 0 | 63 | 144 | 30 | 35 | 144 | 46 |
| Binary | 11000011 | 1011111 | 0 | 0 | 110011 | 1100100 | 11000 | 11101 | 1100100 | 100110 |
Color Harmonies of #C35F00
Complementary color
Monochromatic Colors of #C35F00
Black with #C35F00
Text Example
Text Example
White with #C35F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35F00; }
p { color: rgb(195,95,0); }
H1.HeaderClassName
{
color: #C35F00;
}
.AnyTagClassName
{
color: #C35F00;
}
</style>
background-color css
<style>
a { background-color: #C35F00; }
a { background-color: rgb(195,95,0); }
div.DivClassName
{
background-color: #C35F00;
}
.BgClassName
{
background-color: #C35F00;
}
</style>
border-color css
<style>
span { border-color: #C35F00; }
span { border-color: rgb(195,95,0); }
td.TdClassName
{
border-color: #C35F00;
}
.TagClassName
{
border-color: #C35F00;
}
</style>