Shades of Tussock #C7954A
Tints of Tussock #C7954A
RGB
CMYK
RGB Variations
Color information
#C7954A (or 0xC7954A) is known color: Tussock. HEX triplet: C7, 95 and 4A. RGB value is (199,149,74). Sum of RGB (Red+Green+Blue) = 199+149+74=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7954A is #386AB5. Grayscale: #9B9B9B. Windows color (decimal): -3697334 or 4888007. OLE color: 4888007.
HSL color Cylindrical-coordinate representation of color #C7954A: hue angle of 36º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7954A is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 74 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.22 |
| HSL | 36º | 0.53% | 0.54% | - |
| HSV(B) | 36º | 0.63% | 0.78% | - |
| XYZ | 35.54 | 34.13 | 11.19 | - |
| YUV | 155.4 | 82.07 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 74 | 0 | 0.25 | 0.63 | 0.22 | 36 | 0.53 | 0.54 |
| Hex | C7 | 95 | 4A | 0 | 19 | 3F | 16 | 24 | 35 | 36 |
| Octal | 307 | 225 | 112 | 0 | 31 | 77 | 26 | 44 | 65 | 66 |
| Binary | 11000111 | 10010101 | 1001010 | 0 | 11001 | 111111 | 10110 | 100100 | 110101 | 110110 |
Color Harmonies of #C7954A
Complementary color
Monochromatic Colors of #C7954A
Black with #C7954A
Text Example
Text Example
White with #C7954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7954A; }
p { color: rgb(199,149,74); }
H1.HeaderClassName
{
color: #C7954A;
}
.AnyTagClassName
{
color: #C7954A;
}
</style>
background-color css
<style>
a { background-color: #C7954A; }
a { background-color: rgb(199,149,74); }
div.DivClassName
{
background-color: #C7954A;
}
.BgClassName
{
background-color: #C7954A;
}
</style>
border-color css
<style>
span { border-color: #C7954A; }
span { border-color: rgb(199,149,74); }
td.TdClassName
{
border-color: #C7954A;
}
.TagClassName
{
border-color: #C7954A;
}
</style>