Shades of Tenne (Tawny) #C95A10
Tints of Tenne (Tawny) #C95A10
RGB
CMYK
RGB Variations
Color information
#C95A10 (or 0xC95A10) is known color: Tenne (Tawny). HEX triplet: C9, 5A and 10. RGB value is (201,90,16). Sum of RGB (Red+Green+Blue) = 201+90+16=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95A10 is #36A5EF. Grayscale: #737373. Windows color (decimal): -3581424 or 1071817. OLE color: 1071817.
HSL color Cylindrical-coordinate representation of color #C95A10: hue angle of 24º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C95A10 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 16 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.21 |
| HSL | 24º | 0.85% | 0.43% | - |
| HSV(B) | 24º | 0.92% | 0.79% | - |
| XYZ | 27.84 | 19.77 | 2.84 | - |
| YUV | 114.75 | 72.27 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 16 | 0 | 0.55 | 0.92 | 0.21 | 24 | 0.85 | 0.43 |
| Hex | C9 | 5A | 10 | 0 | 37 | 5C | 15 | 18 | 55 | 2B |
| Octal | 311 | 132 | 20 | 0 | 67 | 134 | 25 | 30 | 125 | 53 |
| Binary | 11001001 | 1011010 | 10000 | 0 | 110111 | 1011100 | 10101 | 11000 | 1010101 | 101011 |
Color Harmonies of #C95A10
Complementary color
Monochromatic Colors of #C95A10
Black with #C95A10
Text Example
Text Example
White with #C95A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A10; }
p { color: rgb(201,90,16); }
H1.HeaderClassName
{
color: #C95A10;
}
.AnyTagClassName
{
color: #C95A10;
}
</style>
background-color css
<style>
a { background-color: #C95A10; }
a { background-color: rgb(201,90,16); }
div.DivClassName
{
background-color: #C95A10;
}
.BgClassName
{
background-color: #C95A10;
}
</style>
border-color css
<style>
span { border-color: #C95A10; }
span { border-color: rgb(201,90,16); }
td.TdClassName
{
border-color: #C95A10;
}
.TagClassName
{
border-color: #C95A10;
}
</style>