Shades of Tenne (Tawny) #C96902
Tints of Tenne (Tawny) #C96902
RGB
CMYK
RGB Variations
Color information
#C96902 (or 0xC96902) is known color: Tenne (Tawny). HEX triplet: C9, 69 and 02. RGB value is (201,105,2). Sum of RGB (Red+Green+Blue) = 201+105+2=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C96902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96902 is #3696FD. Grayscale: #7A7A7A. Windows color (decimal): -3577598 or 158153. OLE color: 158153.
HSL color Cylindrical-coordinate representation of color #C96902: hue angle of 31.06º degrees, saturation: 0.98, 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 #C96902 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 105 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.21 |
| HSL | 31.06º | 0.98% | 0.4% | - |
| HSV(B) | 31.06º | 0.99% | 0.79% | - |
| XYZ | 29.15 | 22.53 | 2.87 | - |
| YUV | 121.96 | 60.3 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 2 | 0 | 0.48 | 0.99 | 0.21 | 31.06 | 0.98 | 0.4 |
| Hex | C9 | 69 | 2 | 0 | 30 | 63 | 15 | 1F | 62 | 28 |
| Octal | 311 | 151 | 2 | 0 | 60 | 143 | 25 | 37 | 142 | 50 |
| Binary | 11001001 | 1101001 | 10 | 0 | 110000 | 1100011 | 10101 | 11111 | 1100010 | 101000 |
Color Harmonies of #C96902
Complementary color
Monochromatic Colors of #C96902
Black with #C96902
Text Example
Text Example
White with #C96902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96902; }
p { color: rgb(201,105,2); }
H1.HeaderClassName
{
color: #C96902;
}
.AnyTagClassName
{
color: #C96902;
}
</style>
background-color css
<style>
a { background-color: #C96902; }
a { background-color: rgb(201,105,2); }
div.DivClassName
{
background-color: #C96902;
}
.BgClassName
{
background-color: #C96902;
}
</style>
border-color css
<style>
span { border-color: #C96902; }
span { border-color: rgb(201,105,2); }
td.TdClassName
{
border-color: #C96902;
}
.TagClassName
{
border-color: #C96902;
}
</style>