Shades of Tenne (Tawny) #C95502
Tints of Tenne (Tawny) #C95502
RGB
CMYK
RGB Variations
Color information
#C95502 (or 0xC95502) is known color: Tenne (Tawny). HEX triplet: C9, 55 and 02. RGB value is (201,85,2). Sum of RGB (Red+Green+Blue) = 201+85+2=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C95502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95502 is #36AAFD. Grayscale: #6E6E6E. Windows color (decimal): -3582718 or 153033. OLE color: 153033.
HSL color Cylindrical-coordinate representation of color #C95502: hue angle of 25.03º 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 #C95502 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.21 |
| HSL | 25.03º | 0.98% | 0.4% | - |
| HSV(B) | 25.03º | 0.99% | 0.79% | - |
| XYZ | 27.35 | 18.92 | 2.27 | - |
| YUV | 110.22 | 66.93 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 2 | 0 | 0.58 | 0.99 | 0.21 | 25.03 | 0.98 | 0.4 |
| Hex | C9 | 55 | 2 | 0 | 3A | 63 | 15 | 19 | 62 | 28 |
| Octal | 311 | 125 | 2 | 0 | 72 | 143 | 25 | 31 | 142 | 50 |
| Binary | 11001001 | 1010101 | 10 | 0 | 111010 | 1100011 | 10101 | 11001 | 1100010 | 101000 |
Color Harmonies of #C95502
Complementary color
Monochromatic Colors of #C95502
Black with #C95502
Text Example
Text Example
White with #C95502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95502; }
p { color: rgb(201,85,2); }
H1.HeaderClassName
{
color: #C95502;
}
.AnyTagClassName
{
color: #C95502;
}
</style>
background-color css
<style>
a { background-color: #C95502; }
a { background-color: rgb(201,85,2); }
div.DivClassName
{
background-color: #C95502;
}
.BgClassName
{
background-color: #C95502;
}
</style>
border-color css
<style>
span { border-color: #C95502; }
span { border-color: rgb(201,85,2); }
td.TdClassName
{
border-color: #C95502;
}
.TagClassName
{
border-color: #C95502;
}
</style>