Shades of Tussock #C7954D
Tints of Tussock #C7954D
RGB
CMYK
RGB Variations
Color information
#C7954D (or 0xC7954D) is known color: Tussock. HEX triplet: C7, 95 and 4D. RGB value is (199,149,77). Sum of RGB (Red+Green+Blue) = 199+149+77=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7954D is #386AB2. Grayscale: #9C9C9C. Windows color (decimal): -3697331 or 5084615. OLE color: 5084615.
HSL color Cylindrical-coordinate representation of color #C7954D: hue angle of 35.41º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7954D is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 77 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.22 |
| HSL | 35.41º | 0.52% | 0.54% | - |
| HSV(B) | 35.41º | 0.61% | 0.78% | - |
| XYZ | 35.64 | 34.17 | 11.74 | - |
| YUV | 155.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 77 | 0 | 0.25 | 0.61 | 0.22 | 35.41 | 0.52 | 0.54 |
| Hex | C7 | 95 | 4D | 0 | 19 | 3D | 16 | 23 | 34 | 36 |
| Octal | 307 | 225 | 115 | 0 | 31 | 75 | 26 | 43 | 64 | 66 |
| Binary | 11000111 | 10010101 | 1001101 | 0 | 11001 | 111101 | 10110 | 100011 | 110100 | 110110 |
Color Harmonies of #C7954D
Complementary color
Monochromatic Colors of #C7954D
Black with #C7954D
Text Example
Text Example
White with #C7954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7954D; }
p { color: rgb(199,149,77); }
H1.HeaderClassName
{
color: #C7954D;
}
.AnyTagClassName
{
color: #C7954D;
}
</style>
background-color css
<style>
a { background-color: #C7954D; }
a { background-color: rgb(199,149,77); }
div.DivClassName
{
background-color: #C7954D;
}
.BgClassName
{
background-color: #C7954D;
}
</style>
border-color css
<style>
span { border-color: #C7954D; }
span { border-color: rgb(199,149,77); }
td.TdClassName
{
border-color: #C7954D;
}
.TagClassName
{
border-color: #C7954D;
}
</style>