Shades of Tenne (Tawny) #C94703
Tints of Tenne (Tawny) #C94703
RGB
CMYK
RGB Variations
Color information
#C94703 (or 0xC94703) is known color: Tenne (Tawny). HEX triplet: C9, 47 and 03. RGB value is (201,71,3). Sum of RGB (Red+Green+Blue) = 201+71+3=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C94703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94703 is #36B8FC. Grayscale: #666666. Windows color (decimal): -3586301 or 214985. OLE color: 214985.
HSL color Cylindrical-coordinate representation of color #C94703: hue angle of 20.61º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C94703 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.21 |
| HSL | 20.61º | 0.97% | 0.4% | - |
| HSV(B) | 20.61º | 0.99% | 0.79% | - |
| XYZ | 26.36 | 16.93 | 1.96 | - |
| YUV | 102.12 | 72.07 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 3 | 0 | 0.65 | 0.99 | 0.21 | 20.61 | 0.97 | 0.4 |
| Hex | C9 | 47 | 3 | 0 | 41 | 63 | 15 | 15 | 61 | 28 |
| Octal | 311 | 107 | 3 | 0 | 101 | 143 | 25 | 25 | 141 | 50 |
| Binary | 11001001 | 1000111 | 11 | 0 | 1000001 | 1100011 | 10101 | 10101 | 1100001 | 101000 |
Color Harmonies of #C94703
Complementary color
Monochromatic Colors of #C94703
Black with #C94703
Text Example
Text Example
White with #C94703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94703; }
p { color: rgb(201,71,3); }
H1.HeaderClassName
{
color: #C94703;
}
.AnyTagClassName
{
color: #C94703;
}
</style>
background-color css
<style>
a { background-color: #C94703; }
a { background-color: rgb(201,71,3); }
div.DivClassName
{
background-color: #C94703;
}
.BgClassName
{
background-color: #C94703;
}
</style>
border-color css
<style>
span { border-color: #C94703; }
span { border-color: rgb(201,71,3); }
td.TdClassName
{
border-color: #C94703;
}
.TagClassName
{
border-color: #C94703;
}
</style>