Shades of Tenne (Tawny) #C77001
Tints of Tenne (Tawny) #C77001
RGB
CMYK
RGB Variations
Color information
#C77001 (or 0xC77001) is known color: Tenne (Tawny). HEX triplet: C7, 70 and 01. RGB value is (199,112,1). Sum of RGB (Red+Green+Blue) = 199+112+1=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C77001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77001 is #388FFE. Grayscale: #7D7D7D. Windows color (decimal): -3706879 or 94407. OLE color: 94407.
HSL color Cylindrical-coordinate representation of color #C77001: hue angle of 33.64º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C77001 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.22 |
| HSL | 33.64º | 0.99% | 0.39% | - |
| HSV(B) | 33.64º | 0.99% | 0.78% | - |
| XYZ | 29.35 | 23.73 | 3.06 | - |
| YUV | 125.36 | 57.82 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 1 | 0 | 0.44 | 0.99 | 0.22 | 33.64 | 0.99 | 0.39 |
| Hex | C7 | 70 | 1 | 0 | 2C | 63 | 16 | 22 | 63 | 27 |
| Octal | 307 | 160 | 1 | 0 | 54 | 143 | 26 | 42 | 143 | 47 |
| Binary | 11000111 | 1110000 | 1 | 0 | 101100 | 1100011 | 10110 | 100010 | 1100011 | 100111 |
Color Harmonies of #C77001
Complementary color
Monochromatic Colors of #C77001
Black with #C77001
Text Example
Text Example
White with #C77001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77001; }
p { color: rgb(199,112,1); }
H1.HeaderClassName
{
color: #C77001;
}
.AnyTagClassName
{
color: #C77001;
}
</style>
background-color css
<style>
a { background-color: #C77001; }
a { background-color: rgb(199,112,1); }
div.DivClassName
{
background-color: #C77001;
}
.BgClassName
{
background-color: #C77001;
}
</style>
border-color css
<style>
span { border-color: #C77001; }
span { border-color: rgb(199,112,1); }
td.TdClassName
{
border-color: #C77001;
}
.TagClassName
{
border-color: #C77001;
}
</style>