Shades of Tenne (Tawny) #C35000
Tints of Tenne (Tawny) #C35000
RGB
CMYK
RGB Variations
Color information
#C35000 (or 0xC35000) is known color: Tenne (Tawny). HEX triplet: C3, 50 and 00. RGB value is (195,80,0). Sum of RGB (Red+Green+Blue) = 195+80+0=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C35000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35000 is #3CAFFF. Grayscale: #696969. Windows color (decimal): -3977216 or 20675. OLE color: 20675.
HSL color Cylindrical-coordinate representation of color #C35000: hue angle of 24.62º 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 #C35000 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.24 |
| HSL | 24.62º | 1% | 0.38% | - |
| HSV(B) | 24.62º | 1% | 0.76% | - |
| XYZ | 25.37 | 17.34 | 2.01 | - |
| YUV | 105.27 | 68.6 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 0 | 0 | 0.59 | 1 | 0.24 | 24.62 | 1 | 0.38 |
| Hex | C3 | 50 | 0 | 0 | 3B | 64 | 18 | 19 | 64 | 26 |
| Octal | 303 | 120 | 0 | 0 | 73 | 144 | 30 | 31 | 144 | 46 |
| Binary | 11000011 | 1010000 | 0 | 0 | 111011 | 1100100 | 11000 | 11001 | 1100100 | 100110 |
Color Harmonies of #C35000
Complementary color
Monochromatic Colors of #C35000
Black with #C35000
Text Example
Text Example
White with #C35000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35000; }
p { color: rgb(195,80,0); }
H1.HeaderClassName
{
color: #C35000;
}
.AnyTagClassName
{
color: #C35000;
}
</style>
background-color css
<style>
a { background-color: #C35000; }
a { background-color: rgb(195,80,0); }
div.DivClassName
{
background-color: #C35000;
}
.BgClassName
{
background-color: #C35000;
}
</style>
border-color css
<style>
span { border-color: #C35000; }
span { border-color: rgb(195,80,0); }
td.TdClassName
{
border-color: #C35000;
}
.TagClassName
{
border-color: #C35000;
}
</style>