Shades of Tenne (Tawny) #C95608
Tints of Tenne (Tawny) #C95608
RGB
CMYK
RGB Variations
Color information
#C95608 (or 0xC95608) is known color: Tenne (Tawny). HEX triplet: C9, 56 and 08. RGB value is (201,86,8). Sum of RGB (Red+Green+Blue) = 201+86+8=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C95608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95608 is #36A9F7. Grayscale: #6F6F6F. Windows color (decimal): -3582456 or 546505. OLE color: 546505.
HSL color Cylindrical-coordinate representation of color #C95608: hue angle of 24.25º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C95608 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 8 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.21 |
| HSL | 24.25º | 0.92% | 0.41% | - |
| HSV(B) | 24.25º | 0.96% | 0.79% | - |
| XYZ | 27.46 | 19.09 | 2.47 | - |
| YUV | 111.49 | 69.6 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 8 | 0 | 0.57 | 0.96 | 0.21 | 24.25 | 0.92 | 0.41 |
| Hex | C9 | 56 | 8 | 0 | 39 | 60 | 15 | 18 | 5C | 29 |
| Octal | 311 | 126 | 10 | 0 | 71 | 140 | 25 | 30 | 134 | 51 |
| Binary | 11001001 | 1010110 | 1000 | 0 | 111001 | 1100000 | 10101 | 11000 | 1011100 | 101001 |
Color Harmonies of #C95608
Complementary color
Monochromatic Colors of #C95608
Black with #C95608
Text Example
Text Example
White with #C95608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95608; }
p { color: rgb(201,86,8); }
H1.HeaderClassName
{
color: #C95608;
}
.AnyTagClassName
{
color: #C95608;
}
</style>
background-color css
<style>
a { background-color: #C95608; }
a { background-color: rgb(201,86,8); }
div.DivClassName
{
background-color: #C95608;
}
.BgClassName
{
background-color: #C95608;
}
</style>
border-color css
<style>
span { border-color: #C95608; }
span { border-color: rgb(201,86,8); }
td.TdClassName
{
border-color: #C95608;
}
.TagClassName
{
border-color: #C95608;
}
</style>