Shades of Tenne (Tawny) #C95008
Tints of Tenne (Tawny) #C95008
RGB
CMYK
RGB Variations
Color information
#C95008 (or 0xC95008) is known color: Tenne (Tawny). HEX triplet: C9, 50 and 08. RGB value is (201,80,8). Sum of RGB (Red+Green+Blue) = 201+80+8=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C95008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95008 is #36AFF7. Grayscale: #6C6C6C. Windows color (decimal): -3583992 or 544969. OLE color: 544969.
HSL color Cylindrical-coordinate representation of color #C95008: hue angle of 22.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C95008 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 8 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.21 |
| HSL | 22.38º | 0.92% | 0.41% | - |
| HSV(B) | 22.38º | 0.96% | 0.79% | - |
| XYZ | 27 | 18.17 | 2.31 | - |
| YUV | 107.97 | 71.59 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 8 | 0 | 0.60 | 0.96 | 0.21 | 22.38 | 0.92 | 0.41 |
| Hex | C9 | 50 | 8 | 0 | 3C | 60 | 15 | 16 | 5C | 29 |
| Octal | 311 | 120 | 10 | 0 | 74 | 140 | 25 | 26 | 134 | 51 |
| Binary | 11001001 | 1010000 | 1000 | 0 | 111100 | 1100000 | 10101 | 10110 | 1011100 | 101001 |
Color Harmonies of #C95008
Complementary color
Monochromatic Colors of #C95008
Black with #C95008
Text Example
Text Example
White with #C95008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95008; }
p { color: rgb(201,80,8); }
H1.HeaderClassName
{
color: #C95008;
}
.AnyTagClassName
{
color: #C95008;
}
</style>
background-color css
<style>
a { background-color: #C95008; }
a { background-color: rgb(201,80,8); }
div.DivClassName
{
background-color: #C95008;
}
.BgClassName
{
background-color: #C95008;
}
</style>
border-color css
<style>
span { border-color: #C95008; }
span { border-color: rgb(201,80,8); }
td.TdClassName
{
border-color: #C95008;
}
.TagClassName
{
border-color: #C95008;
}
</style>