Shades of Tenne (Tawny) #C95F09
Tints of Tenne (Tawny) #C95F09
RGB
CMYK
RGB Variations
Color information
#C95F09 (or 0xC95F09) is known color: Tenne (Tawny). HEX triplet: C9, 5F and 09. RGB value is (201,95,9). Sum of RGB (Red+Green+Blue) = 201+95+9=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95F09 is #36A0F6. Grayscale: #757575. Windows color (decimal): -3580151 or 614345. OLE color: 614345.
HSL color Cylindrical-coordinate representation of color #C95F09: hue angle of 26.88º degrees, saturation: 0.91, 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 #C95F09 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 9 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.21 |
| HSL | 26.88º | 0.91% | 0.41% | - |
| HSV(B) | 26.88º | 0.96% | 0.79% | - |
| XYZ | 28.23 | 20.62 | 2.75 | - |
| YUV | 116.89 | 67.12 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 9 | 0 | 0.53 | 0.96 | 0.21 | 26.88 | 0.91 | 0.41 |
| Hex | C9 | 5F | 9 | 0 | 35 | 60 | 15 | 1B | 5B | 29 |
| Octal | 311 | 137 | 11 | 0 | 65 | 140 | 25 | 33 | 133 | 51 |
| Binary | 11001001 | 1011111 | 1001 | 0 | 110101 | 1100000 | 10101 | 11011 | 1011011 | 101001 |
Color Harmonies of #C95F09
Complementary color
Monochromatic Colors of #C95F09
Black with #C95F09
Text Example
Text Example
White with #C95F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F09; }
p { color: rgb(201,95,9); }
H1.HeaderClassName
{
color: #C95F09;
}
.AnyTagClassName
{
color: #C95F09;
}
</style>
background-color css
<style>
a { background-color: #C95F09; }
a { background-color: rgb(201,95,9); }
div.DivClassName
{
background-color: #C95F09;
}
.BgClassName
{
background-color: #C95F09;
}
</style>
border-color css
<style>
span { border-color: #C95F09; }
span { border-color: rgb(201,95,9); }
td.TdClassName
{
border-color: #C95F09;
}
.TagClassName
{
border-color: #C95F09;
}
</style>