Shades of Tenne (Tawny) #C95102
Tints of Tenne (Tawny) #C95102
RGB
CMYK
RGB Variations
Color information
#C95102 (or 0xC95102) is known color: Tenne (Tawny). HEX triplet: C9, 51 and 02. RGB value is (201,81,2). Sum of RGB (Red+Green+Blue) = 201+81+2=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C95102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95102 is #36AEFD. Grayscale: #6C6C6C. Windows color (decimal): -3583742 or 152009. OLE color: 152009.
HSL color Cylindrical-coordinate representation of color #C95102: hue angle of 23.82º 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 #C95102 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.21 |
| HSL | 23.82º | 0.98% | 0.4% | - |
| HSV(B) | 23.82º | 0.99% | 0.79% | - |
| XYZ | 27.04 | 18.31 | 2.17 | - |
| YUV | 107.87 | 68.26 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 2 | 0 | 0.60 | 0.99 | 0.21 | 23.82 | 0.98 | 0.4 |
| Hex | C9 | 51 | 2 | 0 | 3C | 63 | 15 | 18 | 62 | 28 |
| Octal | 311 | 121 | 2 | 0 | 74 | 143 | 25 | 30 | 142 | 50 |
| Binary | 11001001 | 1010001 | 10 | 0 | 111100 | 1100011 | 10101 | 11000 | 1100010 | 101000 |
Color Harmonies of #C95102
Complementary color
Monochromatic Colors of #C95102
Black with #C95102
Text Example
Text Example
White with #C95102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95102; }
p { color: rgb(201,81,2); }
H1.HeaderClassName
{
color: #C95102;
}
.AnyTagClassName
{
color: #C95102;
}
</style>
background-color css
<style>
a { background-color: #C95102; }
a { background-color: rgb(201,81,2); }
div.DivClassName
{
background-color: #C95102;
}
.BgClassName
{
background-color: #C95102;
}
</style>
border-color css
<style>
span { border-color: #C95102; }
span { border-color: rgb(201,81,2); }
td.TdClassName
{
border-color: #C95102;
}
.TagClassName
{
border-color: #C95102;
}
</style>