Shades of Tenne (Tawny) #C95301
Tints of Tenne (Tawny) #C95301
RGB
CMYK
RGB Variations
Color information
#C95301 (or 0xC95301) is known color: Tenne (Tawny). HEX triplet: C9, 53 and 01. RGB value is (201,83,1). Sum of RGB (Red+Green+Blue) = 201+83+1=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C95301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95301 is #36ACFE. Grayscale: #6D6D6D. Windows color (decimal): -3583231 or 86985. OLE color: 86985.
HSL color Cylindrical-coordinate representation of color #C95301: hue angle of 24.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C95301 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 1 | - |
| CMYK | 0 | 0.59 | 1.00 | 0.21 |
| HSL | 24.6º | 0.99% | 0.4% | - |
| HSV(B) | 24.6º | 1% | 0.79% | - |
| XYZ | 27.19 | 18.61 | 2.19 | - |
| YUV | 108.93 | 67.09 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 1 | 0 | 0.59 | 1.00 | 0.21 | 24.6 | 0.99 | 0.4 |
| Hex | C9 | 53 | 1 | 0 | 3B | 64 | 15 | 19 | 63 | 28 |
| Octal | 311 | 123 | 1 | 0 | 73 | 144 | 25 | 31 | 143 | 50 |
| Binary | 11001001 | 1010011 | 1 | 0 | 111011 | 1100100 | 10101 | 11001 | 1100011 | 101000 |
Color Harmonies of #C95301
Complementary color
Monochromatic Colors of #C95301
Black with #C95301
Text Example
Text Example
White with #C95301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95301; }
p { color: rgb(201,83,1); }
H1.HeaderClassName
{
color: #C95301;
}
.AnyTagClassName
{
color: #C95301;
}
</style>
background-color css
<style>
a { background-color: #C95301; }
a { background-color: rgb(201,83,1); }
div.DivClassName
{
background-color: #C95301;
}
.BgClassName
{
background-color: #C95301;
}
</style>
border-color css
<style>
span { border-color: #C95301; }
span { border-color: rgb(201,83,1); }
td.TdClassName
{
border-color: #C95301;
}
.TagClassName
{
border-color: #C95301;
}
</style>