Shades of Tenne (Tawny) #C97102
Tints of Tenne (Tawny) #C97102
RGB
CMYK
RGB Variations
Color information
#C97102 (or 0xC97102) is known color: Tenne (Tawny). HEX triplet: C9, 71 and 02. RGB value is (201,113,2). Sum of RGB (Red+Green+Blue) = 201+113+2=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C97102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97102 is #368EFD. Grayscale: #7F7F7F. Windows color (decimal): -3575550 or 160201. OLE color: 160201.
HSL color Cylindrical-coordinate representation of color #C97102: hue angle of 33.47º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C97102 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.21 |
| HSL | 33.47º | 0.98% | 0.4% | - |
| HSV(B) | 33.47º | 0.99% | 0.79% | - |
| XYZ | 30 | 24.23 | 3.15 | - |
| YUV | 126.66 | 57.65 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 2 | 0 | 0.44 | 0.99 | 0.21 | 33.47 | 0.98 | 0.4 |
| Hex | C9 | 71 | 2 | 0 | 2C | 63 | 15 | 21 | 62 | 28 |
| Octal | 311 | 161 | 2 | 0 | 54 | 143 | 25 | 41 | 142 | 50 |
| Binary | 11001001 | 1110001 | 10 | 0 | 101100 | 1100011 | 10101 | 100001 | 1100010 | 101000 |
Color Harmonies of #C97102
Complementary color
Monochromatic Colors of #C97102
Black with #C97102
Text Example
Text Example
White with #C97102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97102; }
p { color: rgb(201,113,2); }
H1.HeaderClassName
{
color: #C97102;
}
.AnyTagClassName
{
color: #C97102;
}
</style>
background-color css
<style>
a { background-color: #C97102; }
a { background-color: rgb(201,113,2); }
div.DivClassName
{
background-color: #C97102;
}
.BgClassName
{
background-color: #C97102;
}
</style>
border-color css
<style>
span { border-color: #C97102; }
span { border-color: rgb(201,113,2); }
td.TdClassName
{
border-color: #C97102;
}
.TagClassName
{
border-color: #C97102;
}
</style>