Shades of Tenne (Tawny) #C95702
Tints of Tenne (Tawny) #C95702
RGB
CMYK
RGB Variations
Color information
#C95702 (or 0xC95702) is known color: Tenne (Tawny). HEX triplet: C9, 57 and 02. RGB value is (201,87,2). Sum of RGB (Red+Green+Blue) = 201+87+2=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C95702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95702 is #36A8FD. Grayscale: #6F6F6F. Windows color (decimal): -3582206 or 153545. OLE color: 153545.
HSL color Cylindrical-coordinate representation of color #C95702: hue angle of 25.63º 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 #C95702 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.21 |
| HSL | 25.63º | 0.98% | 0.4% | - |
| HSV(B) | 25.63º | 0.99% | 0.79% | - |
| XYZ | 27.51 | 19.24 | 2.32 | - |
| YUV | 111.4 | 66.27 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 2 | 0 | 0.57 | 0.99 | 0.21 | 25.63 | 0.98 | 0.4 |
| Hex | C9 | 57 | 2 | 0 | 39 | 63 | 15 | 1A | 62 | 28 |
| Octal | 311 | 127 | 2 | 0 | 71 | 143 | 25 | 32 | 142 | 50 |
| Binary | 11001001 | 1010111 | 10 | 0 | 111001 | 1100011 | 10101 | 11010 | 1100010 | 101000 |
Color Harmonies of #C95702
Complementary color
Monochromatic Colors of #C95702
Black with #C95702
Text Example
Text Example
White with #C95702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95702; }
p { color: rgb(201,87,2); }
H1.HeaderClassName
{
color: #C95702;
}
.AnyTagClassName
{
color: #C95702;
}
</style>
background-color css
<style>
a { background-color: #C95702; }
a { background-color: rgb(201,87,2); }
div.DivClassName
{
background-color: #C95702;
}
.BgClassName
{
background-color: #C95702;
}
</style>
border-color css
<style>
span { border-color: #C95702; }
span { border-color: rgb(201,87,2); }
td.TdClassName
{
border-color: #C95702;
}
.TagClassName
{
border-color: #C95702;
}
</style>