Shades of Tenne (Tawny) #C35201
Tints of Tenne (Tawny) #C35201
RGB
CMYK
RGB Variations
Color information
#C35201 (or 0xC35201) is known color: Tenne (Tawny). HEX triplet: C3, 52 and 01. RGB value is (195,82,1). Sum of RGB (Red+Green+Blue) = 195+82+1=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C35201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35201 is #3CADFE. Grayscale: #6A6A6A. Windows color (decimal): -3976703 or 86723. OLE color: 86723.
HSL color Cylindrical-coordinate representation of color #C35201: hue angle of 25.05º 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 #C35201 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.24 |
| HSL | 25.05º | 0.99% | 0.38% | - |
| HSV(B) | 25.05º | 0.99% | 0.76% | - |
| XYZ | 25.53 | 17.64 | 2.09 | - |
| YUV | 106.55 | 68.44 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 1 | 0 | 0.58 | 0.99 | 0.24 | 25.05 | 0.99 | 0.38 |
| Hex | C3 | 52 | 1 | 0 | 3A | 63 | 18 | 19 | 63 | 26 |
| Octal | 303 | 122 | 1 | 0 | 72 | 143 | 30 | 31 | 143 | 46 |
| Binary | 11000011 | 1010010 | 1 | 0 | 111010 | 1100011 | 11000 | 11001 | 1100011 | 100110 |
Color Harmonies of #C35201
Complementary color
Monochromatic Colors of #C35201
Black with #C35201
Text Example
Text Example
White with #C35201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35201; }
p { color: rgb(195,82,1); }
H1.HeaderClassName
{
color: #C35201;
}
.AnyTagClassName
{
color: #C35201;
}
</style>
background-color css
<style>
a { background-color: #C35201; }
a { background-color: rgb(195,82,1); }
div.DivClassName
{
background-color: #C35201;
}
.BgClassName
{
background-color: #C35201;
}
</style>
border-color css
<style>
span { border-color: #C35201; }
span { border-color: rgb(195,82,1); }
td.TdClassName
{
border-color: #C35201;
}
.TagClassName
{
border-color: #C35201;
}
</style>