Shades of Tenne (Tawny) #C94601
Tints of Tenne (Tawny) #C94601
RGB
CMYK
RGB Variations
Color information
#C94601 (or 0xC94601) is known color: Tenne (Tawny). HEX triplet: C9, 46 and 01. RGB value is (201,70,1). Sum of RGB (Red+Green+Blue) = 201+70+1=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C94601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94601 is #36B9FE. Grayscale: #656565. Windows color (decimal): -3586559 or 83657. OLE color: 83657.
HSL color Cylindrical-coordinate representation of color #C94601: hue angle of 20.7º 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 #C94601 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.21 |
| HSL | 20.7º | 0.99% | 0.4% | - |
| HSV(B) | 20.7º | 1% | 0.79% | - |
| XYZ | 26.28 | 16.8 | 1.89 | - |
| YUV | 101.3 | 71.4 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 1 | 0 | 0.65 | 1.00 | 0.21 | 20.7 | 0.99 | 0.4 |
| Hex | C9 | 46 | 1 | 0 | 41 | 64 | 15 | 15 | 63 | 28 |
| Octal | 311 | 106 | 1 | 0 | 101 | 144 | 25 | 25 | 143 | 50 |
| Binary | 11001001 | 1000110 | 1 | 0 | 1000001 | 1100100 | 10101 | 10101 | 1100011 | 101000 |
Color Harmonies of #C94601
Complementary color
Monochromatic Colors of #C94601
Black with #C94601
Text Example
Text Example
White with #C94601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94601; }
p { color: rgb(201,70,1); }
H1.HeaderClassName
{
color: #C94601;
}
.AnyTagClassName
{
color: #C94601;
}
</style>
background-color css
<style>
a { background-color: #C94601; }
a { background-color: rgb(201,70,1); }
div.DivClassName
{
background-color: #C94601;
}
.BgClassName
{
background-color: #C94601;
}
</style>
border-color css
<style>
span { border-color: #C94601; }
span { border-color: rgb(201,70,1); }
td.TdClassName
{
border-color: #C94601;
}
.TagClassName
{
border-color: #C94601;
}
</style>