Shades of Tussock #C7954E
Tints of Tussock #C7954E
RGB
CMYK
RGB Variations
Color information
#C7954E (or 0xC7954E) is known color: Tussock. HEX triplet: C7, 95 and 4E. RGB value is (199,149,78). Sum of RGB (Red+Green+Blue) = 199+149+78=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7954E is #386AB1. Grayscale: #9C9C9C. Windows color (decimal): -3697330 or 5150151. OLE color: 5150151.
HSL color Cylindrical-coordinate representation of color #C7954E: hue angle of 35.21º 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 #C7954E is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 78 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.22 |
| HSL | 35.21º | 0.52% | 0.54% | - |
| HSV(B) | 35.21º | 0.61% | 0.78% | - |
| XYZ | 35.68 | 34.19 | 11.93 | - |
| YUV | 155.86 | 84.07 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 78 | 0 | 0.25 | 0.61 | 0.22 | 35.21 | 0.52 | 0.54 |
| Hex | C7 | 95 | 4E | 0 | 19 | 3D | 16 | 23 | 34 | 36 |
| Octal | 307 | 225 | 116 | 0 | 31 | 75 | 26 | 43 | 64 | 66 |
| Binary | 11000111 | 10010101 | 1001110 | 0 | 11001 | 111101 | 10110 | 100011 | 110100 | 110110 |
Color Harmonies of #C7954E
Complementary color
Monochromatic Colors of #C7954E
Black with #C7954E
Text Example
Text Example
White with #C7954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7954E; }
p { color: rgb(199,149,78); }
H1.HeaderClassName
{
color: #C7954E;
}
.AnyTagClassName
{
color: #C7954E;
}
</style>
background-color css
<style>
a { background-color: #C7954E; }
a { background-color: rgb(199,149,78); }
div.DivClassName
{
background-color: #C7954E;
}
.BgClassName
{
background-color: #C7954E;
}
</style>
border-color css
<style>
span { border-color: #C7954E; }
span { border-color: rgb(199,149,78); }
td.TdClassName
{
border-color: #C7954E;
}
.TagClassName
{
border-color: #C7954E;
}
</style>