Shades of Tenne (Tawny) #C95200
Tints of Tenne (Tawny) #C95200
RGB
CMYK
RGB Variations
Color information
#C95200 (or 0xC95200) is known color: Tenne (Tawny). HEX triplet: C9, 52 and 00. RGB value is (201,82,0). Sum of RGB (Red+Green+Blue) = 201+82+0=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C95200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95200 is #36ADFF. Grayscale: #6C6C6C. Windows color (decimal): -3583488 or 21193. OLE color: 21193.
HSL color Cylindrical-coordinate representation of color #C95200: hue angle of 24.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C95200 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.21 |
| HSL | 24.48º | 1% | 0.39% | - |
| HSV(B) | 24.48º | 1% | 0.79% | - |
| XYZ | 27.1 | 18.45 | 2.13 | - |
| YUV | 108.23 | 66.92 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 0 | 0 | 0.59 | 1 | 0.21 | 24.48 | 1 | 0.39 |
| Hex | C9 | 52 | 0 | 0 | 3B | 64 | 15 | 18 | 64 | 27 |
| Octal | 311 | 122 | 0 | 0 | 73 | 144 | 25 | 30 | 144 | 47 |
| Binary | 11001001 | 1010010 | 0 | 0 | 111011 | 1100100 | 10101 | 11000 | 1100100 | 100111 |
Color Harmonies of #C95200
Complementary color
Monochromatic Colors of #C95200
Black with #C95200
Text Example
Text Example
White with #C95200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95200; }
p { color: rgb(201,82,0); }
H1.HeaderClassName
{
color: #C95200;
}
.AnyTagClassName
{
color: #C95200;
}
</style>
background-color css
<style>
a { background-color: #C95200; }
a { background-color: rgb(201,82,0); }
div.DivClassName
{
background-color: #C95200;
}
.BgClassName
{
background-color: #C95200;
}
</style>
border-color css
<style>
span { border-color: #C95200; }
span { border-color: rgb(201,82,0); }
td.TdClassName
{
border-color: #C95200;
}
.TagClassName
{
border-color: #C95200;
}
</style>