Shades of Tenne (Tawny) #C97105
Tints of Tenne (Tawny) #C97105
RGB
CMYK
RGB Variations
Color information
#C97105 (or 0xC97105) is known color: Tenne (Tawny). HEX triplet: C9, 71 and 05. RGB value is (201,113,5). Sum of RGB (Red+Green+Blue) = 201+113+5=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C97105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97105 is #368EFA. Grayscale: #7F7F7F. Windows color (decimal): -3575547 or 356809. OLE color: 356809.
HSL color Cylindrical-coordinate representation of color #C97105: hue angle of 33.06º 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 #C97105 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 5 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.21 |
| HSL | 33.06º | 0.95% | 0.4% | - |
| HSV(B) | 33.06º | 0.98% | 0.79% | - |
| XYZ | 30.02 | 24.24 | 3.24 | - |
| YUV | 127 | 59.15 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 5 | 0 | 0.44 | 0.98 | 0.21 | 33.06 | 0.95 | 0.4 |
| Hex | C9 | 71 | 5 | 0 | 2C | 62 | 15 | 21 | 5F | 28 |
| Octal | 311 | 161 | 5 | 0 | 54 | 142 | 25 | 41 | 137 | 50 |
| Binary | 11001001 | 1110001 | 101 | 0 | 101100 | 1100010 | 10101 | 100001 | 1011111 | 101000 |
Color Harmonies of #C97105
Complementary color
Monochromatic Colors of #C97105
Black with #C97105
Text Example
Text Example
White with #C97105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97105; }
p { color: rgb(201,113,5); }
H1.HeaderClassName
{
color: #C97105;
}
.AnyTagClassName
{
color: #C97105;
}
</style>
background-color css
<style>
a { background-color: #C97105; }
a { background-color: rgb(201,113,5); }
div.DivClassName
{
background-color: #C97105;
}
.BgClassName
{
background-color: #C97105;
}
</style>
border-color css
<style>
span { border-color: #C97105; }
span { border-color: rgb(201,113,5); }
td.TdClassName
{
border-color: #C97105;
}
.TagClassName
{
border-color: #C97105;
}
</style>