Shades of Tenne (Tawny) #C95714
Tints of Tenne (Tawny) #C95714
RGB
CMYK
RGB Variations
Color information
#C95714 (or 0xC95714) is known color: Tenne (Tawny). HEX triplet: C9, 57 and 14. RGB value is (201,87,20). Sum of RGB (Red+Green+Blue) = 201+87+20=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C95714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95714 is #36A8EB. Grayscale: #717171. Windows color (decimal): -3582188 or 1333193. OLE color: 1333193.
HSL color Cylindrical-coordinate representation of color #C95714: hue angle of 22.21º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C95714 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 20 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.21 |
| HSL | 22.21º | 0.82% | 0.43% | - |
| HSV(B) | 22.21º | 0.9% | 0.79% | - |
| XYZ | 27.62 | 19.28 | 2.93 | - |
| YUV | 113.45 | 75.27 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 20 | 0 | 0.57 | 0.90 | 0.21 | 22.21 | 0.82 | 0.43 |
| Hex | C9 | 57 | 14 | 0 | 39 | 5A | 15 | 16 | 52 | 2B |
| Octal | 311 | 127 | 24 | 0 | 71 | 132 | 25 | 26 | 122 | 53 |
| Binary | 11001001 | 1010111 | 10100 | 0 | 111001 | 1011010 | 10101 | 10110 | 1010010 | 101011 |
Color Harmonies of #C95714
Complementary color
Monochromatic Colors of #C95714
Black with #C95714
Text Example
Text Example
White with #C95714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95714; }
p { color: rgb(201,87,20); }
H1.HeaderClassName
{
color: #C95714;
}
.AnyTagClassName
{
color: #C95714;
}
</style>
background-color css
<style>
a { background-color: #C95714; }
a { background-color: rgb(201,87,20); }
div.DivClassName
{
background-color: #C95714;
}
.BgClassName
{
background-color: #C95714;
}
</style>
border-color css
<style>
span { border-color: #C95714; }
span { border-color: rgb(201,87,20); }
td.TdClassName
{
border-color: #C95714;
}
.TagClassName
{
border-color: #C95714;
}
</style>