Shades of Tenne (Tawny) #C95314
Tints of Tenne (Tawny) #C95314
RGB
CMYK
RGB Variations
Color information
#C95314 (or 0xC95314) is known color: Tenne (Tawny). HEX triplet: C9, 53 and 14. RGB value is (201,83,20). Sum of RGB (Red+Green+Blue) = 201+83+20=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C95314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95314 is #36ACEB. Grayscale: #6F6F6F. Windows color (decimal): -3583212 or 1332169. OLE color: 1332169.
HSL color Cylindrical-coordinate representation of color #C95314: hue angle of 20.88º 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 #C95314 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 20 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.21 |
| HSL | 20.88º | 0.82% | 0.43% | - |
| HSV(B) | 20.88º | 0.9% | 0.79% | - |
| XYZ | 27.31 | 18.65 | 2.82 | - |
| YUV | 111.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 20 | 0 | 0.59 | 0.90 | 0.21 | 20.88 | 0.82 | 0.43 |
| Hex | C9 | 53 | 14 | 0 | 3B | 5A | 15 | 15 | 52 | 2B |
| Octal | 311 | 123 | 24 | 0 | 73 | 132 | 25 | 25 | 122 | 53 |
| Binary | 11001001 | 1010011 | 10100 | 0 | 111011 | 1011010 | 10101 | 10101 | 1010010 | 101011 |
Color Harmonies of #C95314
Complementary color
Monochromatic Colors of #C95314
Black with #C95314
Text Example
Text Example
White with #C95314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95314; }
p { color: rgb(201,83,20); }
H1.HeaderClassName
{
color: #C95314;
}
.AnyTagClassName
{
color: #C95314;
}
</style>
background-color css
<style>
a { background-color: #C95314; }
a { background-color: rgb(201,83,20); }
div.DivClassName
{
background-color: #C95314;
}
.BgClassName
{
background-color: #C95314;
}
</style>
border-color css
<style>
span { border-color: #C95314; }
span { border-color: rgb(201,83,20); }
td.TdClassName
{
border-color: #C95314;
}
.TagClassName
{
border-color: #C95314;
}
</style>