Shades of Tenne (Tawny) #C96403
Tints of Tenne (Tawny) #C96403
RGB
CMYK
RGB Variations
Color information
#C96403 (or 0xC96403) is known color: Tenne (Tawny). HEX triplet: C9, 64 and 03. RGB value is (201,100,3). Sum of RGB (Red+Green+Blue) = 201+100+3=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C96403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96403 is #369BFC. Grayscale: #777777. Windows color (decimal): -3578877 or 222409. OLE color: 222409.
HSL color Cylindrical-coordinate representation of color #C96403: hue angle of 29.39º 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 #C96403 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 3 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.21 |
| HSL | 29.39º | 0.97% | 0.4% | - |
| HSV(B) | 29.39º | 0.99% | 0.79% | - |
| XYZ | 28.66 | 21.54 | 2.73 | - |
| YUV | 119.14 | 62.46 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 3 | 0 | 0.50 | 0.99 | 0.21 | 29.39 | 0.97 | 0.4 |
| Hex | C9 | 64 | 3 | 0 | 32 | 63 | 15 | 1D | 61 | 28 |
| Octal | 311 | 144 | 3 | 0 | 62 | 143 | 25 | 35 | 141 | 50 |
| Binary | 11001001 | 1100100 | 11 | 0 | 110010 | 1100011 | 10101 | 11101 | 1100001 | 101000 |
Color Harmonies of #C96403
Complementary color
Monochromatic Colors of #C96403
Black with #C96403
Text Example
Text Example
White with #C96403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96403; }
p { color: rgb(201,100,3); }
H1.HeaderClassName
{
color: #C96403;
}
.AnyTagClassName
{
color: #C96403;
}
</style>
background-color css
<style>
a { background-color: #C96403; }
a { background-color: rgb(201,100,3); }
div.DivClassName
{
background-color: #C96403;
}
.BgClassName
{
background-color: #C96403;
}
</style>
border-color css
<style>
span { border-color: #C96403; }
span { border-color: rgb(201,100,3); }
td.TdClassName
{
border-color: #C96403;
}
.TagClassName
{
border-color: #C96403;
}
</style>