Shades of Tenne (Tawny) #C35301
Tints of Tenne (Tawny) #C35301
RGB
CMYK
RGB Variations
Color information
#C35301 (or 0xC35301) is known color: Tenne (Tawny). HEX triplet: C3, 53 and 01. RGB value is (195,83,1). Sum of RGB (Red+Green+Blue) = 195+83+1=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C35301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35301 is #3CACFE. Grayscale: #6B6B6B. Windows color (decimal): -3976447 or 86979. OLE color: 86979.
HSL color Cylindrical-coordinate representation of color #C35301: hue angle of 25.36º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C35301 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.24 |
| HSL | 25.36º | 0.99% | 0.38% | - |
| HSV(B) | 25.36º | 0.99% | 0.76% | - |
| XYZ | 25.6 | 17.79 | 2.11 | - |
| YUV | 107.14 | 68.11 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 1 | 0 | 0.57 | 0.99 | 0.24 | 25.36 | 0.99 | 0.38 |
| Hex | C3 | 53 | 1 | 0 | 39 | 63 | 18 | 19 | 63 | 26 |
| Octal | 303 | 123 | 1 | 0 | 71 | 143 | 30 | 31 | 143 | 46 |
| Binary | 11000011 | 1010011 | 1 | 0 | 111001 | 1100011 | 11000 | 11001 | 1100011 | 100110 |
Color Harmonies of #C35301
Complementary color
Monochromatic Colors of #C35301
Black with #C35301
Text Example
Text Example
White with #C35301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35301; }
p { color: rgb(195,83,1); }
H1.HeaderClassName
{
color: #C35301;
}
.AnyTagClassName
{
color: #C35301;
}
</style>
background-color css
<style>
a { background-color: #C35301; }
a { background-color: rgb(195,83,1); }
div.DivClassName
{
background-color: #C35301;
}
.BgClassName
{
background-color: #C35301;
}
</style>
border-color css
<style>
span { border-color: #C35301; }
span { border-color: rgb(195,83,1); }
td.TdClassName
{
border-color: #C35301;
}
.TagClassName
{
border-color: #C35301;
}
</style>