Shades of Tenne (Tawny) #C95E05
Tints of Tenne (Tawny) #C95E05
RGB
CMYK
RGB Variations
Color information
#C95E05 (or 0xC95E05) is known color: Tenne (Tawny). HEX triplet: C9, 5E and 05. RGB value is (201,94,5). Sum of RGB (Red+Green+Blue) = 201+94+5=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95E05 is #36A1FA. Grayscale: #747474. Windows color (decimal): -3580411 or 351945. OLE color: 351945.
HSL color Cylindrical-coordinate representation of color #C95E05: hue angle of 27.24º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C95E05 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.21 |
| HSL | 27.24º | 0.95% | 0.4% | - |
| HSV(B) | 27.24º | 0.98% | 0.79% | - |
| XYZ | 28.12 | 20.43 | 2.61 | - |
| YUV | 115.85 | 65.45 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 5 | 0 | 0.53 | 0.98 | 0.21 | 27.24 | 0.95 | 0.4 |
| Hex | C9 | 5E | 5 | 0 | 35 | 62 | 15 | 1B | 5F | 28 |
| Octal | 311 | 136 | 5 | 0 | 65 | 142 | 25 | 33 | 137 | 50 |
| Binary | 11001001 | 1011110 | 101 | 0 | 110101 | 1100010 | 10101 | 11011 | 1011111 | 101000 |
Color Harmonies of #C95E05
Complementary color
Monochromatic Colors of #C95E05
Black with #C95E05
Text Example
Text Example
White with #C95E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E05; }
p { color: rgb(201,94,5); }
H1.HeaderClassName
{
color: #C95E05;
}
.AnyTagClassName
{
color: #C95E05;
}
</style>
background-color css
<style>
a { background-color: #C95E05; }
a { background-color: rgb(201,94,5); }
div.DivClassName
{
background-color: #C95E05;
}
.BgClassName
{
background-color: #C95E05;
}
</style>
border-color css
<style>
span { border-color: #C95E05; }
span { border-color: rgb(201,94,5); }
td.TdClassName
{
border-color: #C95E05;
}
.TagClassName
{
border-color: #C95E05;
}
</style>