Shades of Tenne (Tawny) #C95802
Tints of Tenne (Tawny) #C95802
RGB
CMYK
RGB Variations
Color information
#C95802 (or 0xC95802) is known color: Tenne (Tawny). HEX triplet: C9, 58 and 02. RGB value is (201,88,2). Sum of RGB (Red+Green+Blue) = 201+88+2=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C95802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95802 is #36A7FD. Grayscale: #707070. Windows color (decimal): -3581950 or 153801. OLE color: 153801.
HSL color Cylindrical-coordinate representation of color #C95802: hue angle of 25.93º 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 #C95802 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.21 |
| HSL | 25.93º | 0.98% | 0.4% | - |
| HSV(B) | 25.93º | 0.99% | 0.79% | - |
| XYZ | 27.59 | 19.4 | 2.35 | - |
| YUV | 111.98 | 65.94 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 2 | 0 | 0.56 | 0.99 | 0.21 | 25.93 | 0.98 | 0.4 |
| Hex | C9 | 58 | 2 | 0 | 38 | 63 | 15 | 1A | 62 | 28 |
| Octal | 311 | 130 | 2 | 0 | 70 | 143 | 25 | 32 | 142 | 50 |
| Binary | 11001001 | 1011000 | 10 | 0 | 111000 | 1100011 | 10101 | 11010 | 1100010 | 101000 |
Color Harmonies of #C95802
Complementary color
Monochromatic Colors of #C95802
Black with #C95802
Text Example
Text Example
White with #C95802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95802; }
p { color: rgb(201,88,2); }
H1.HeaderClassName
{
color: #C95802;
}
.AnyTagClassName
{
color: #C95802;
}
</style>
background-color css
<style>
a { background-color: #C95802; }
a { background-color: rgb(201,88,2); }
div.DivClassName
{
background-color: #C95802;
}
.BgClassName
{
background-color: #C95802;
}
</style>
border-color css
<style>
span { border-color: #C95802; }
span { border-color: rgb(201,88,2); }
td.TdClassName
{
border-color: #C95802;
}
.TagClassName
{
border-color: #C95802;
}
</style>