Shades of Tenne (Tawny) #C95A08
Tints of Tenne (Tawny) #C95A08
RGB
CMYK
RGB Variations
Color information
#C95A08 (or 0xC95A08) is known color: Tenne (Tawny). HEX triplet: C9, 5A and 08. RGB value is (201,90,8). Sum of RGB (Red+Green+Blue) = 201+90+8=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95A08 is #36A5F7. Grayscale: #727272. Windows color (decimal): -3581432 or 547529. OLE color: 547529.
HSL color Cylindrical-coordinate representation of color #C95A08: hue angle of 25.49º 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 #C95A08 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 8 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.21 |
| HSL | 25.49º | 0.92% | 0.41% | - |
| HSV(B) | 25.49º | 0.96% | 0.79% | - |
| XYZ | 27.79 | 19.75 | 2.58 | - |
| YUV | 113.84 | 68.27 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 8 | 0 | 0.55 | 0.96 | 0.21 | 25.49 | 0.92 | 0.41 |
| Hex | C9 | 5A | 8 | 0 | 37 | 60 | 15 | 19 | 5C | 29 |
| Octal | 311 | 132 | 10 | 0 | 67 | 140 | 25 | 31 | 134 | 51 |
| Binary | 11001001 | 1011010 | 1000 | 0 | 110111 | 1100000 | 10101 | 11001 | 1011100 | 101001 |
Color Harmonies of #C95A08
Complementary color
Monochromatic Colors of #C95A08
Black with #C95A08
Text Example
Text Example
White with #C95A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A08; }
p { color: rgb(201,90,8); }
H1.HeaderClassName
{
color: #C95A08;
}
.AnyTagClassName
{
color: #C95A08;
}
</style>
background-color css
<style>
a { background-color: #C95A08; }
a { background-color: rgb(201,90,8); }
div.DivClassName
{
background-color: #C95A08;
}
.BgClassName
{
background-color: #C95A08;
}
</style>
border-color css
<style>
span { border-color: #C95A08; }
span { border-color: rgb(201,90,8); }
td.TdClassName
{
border-color: #C95A08;
}
.TagClassName
{
border-color: #C95A08;
}
</style>