Shades of Tenne (Tawny) #C96305
Tints of Tenne (Tawny) #C96305
RGB
CMYK
RGB Variations
Color information
#C96305 (or 0xC96305) is known color: Tenne (Tawny). HEX triplet: C9, 63 and 05. RGB value is (201,99,5). Sum of RGB (Red+Green+Blue) = 201+99+5=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C96305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96305 is #369CFA. Grayscale: #777777. Windows color (decimal): -3579131 or 353225. OLE color: 353225.
HSL color Cylindrical-coordinate representation of color #C96305: hue angle of 28.78º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C96305 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.21 |
| HSL | 28.78º | 0.95% | 0.4% | - |
| HSV(B) | 28.78º | 0.98% | 0.79% | - |
| XYZ | 28.58 | 21.35 | 2.76 | - |
| YUV | 118.78 | 63.79 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 5 | 0 | 0.51 | 0.98 | 0.21 | 28.78 | 0.95 | 0.4 |
| Hex | C9 | 63 | 5 | 0 | 33 | 62 | 15 | 1D | 5F | 28 |
| Octal | 311 | 143 | 5 | 0 | 63 | 142 | 25 | 35 | 137 | 50 |
| Binary | 11001001 | 1100011 | 101 | 0 | 110011 | 1100010 | 10101 | 11101 | 1011111 | 101000 |
Color Harmonies of #C96305
Complementary color
Monochromatic Colors of #C96305
Black with #C96305
Text Example
Text Example
White with #C96305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96305; }
p { color: rgb(201,99,5); }
H1.HeaderClassName
{
color: #C96305;
}
.AnyTagClassName
{
color: #C96305;
}
</style>
background-color css
<style>
a { background-color: #C96305; }
a { background-color: rgb(201,99,5); }
div.DivClassName
{
background-color: #C96305;
}
.BgClassName
{
background-color: #C96305;
}
</style>
border-color css
<style>
span { border-color: #C96305; }
span { border-color: rgb(201,99,5); }
td.TdClassName
{
border-color: #C96305;
}
.TagClassName
{
border-color: #C96305;
}
</style>