Shades of Tussock #C7934C
Tints of Tussock #C7934C
RGB
CMYK
RGB Variations
Color information
#C7934C (or 0xC7934C) is known color: Tussock. HEX triplet: C7, 93 and 4C. RGB value is (199,147,76). Sum of RGB (Red+Green+Blue) = 199+147+76=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7934C is #386CB3. Grayscale: #9A9A9A. Windows color (decimal): -3697844 or 5018567. OLE color: 5018567.
HSL color Cylindrical-coordinate representation of color #C7934C: hue angle of 34.63º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7934C is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 76 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.22 |
| HSL | 34.63º | 0.52% | 0.54% | - |
| HSV(B) | 34.63º | 0.62% | 0.78% | - |
| XYZ | 35.29 | 33.53 | 11.45 | - |
| YUV | 154.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 76 | 0 | 0.26 | 0.62 | 0.22 | 34.63 | 0.52 | 0.54 |
| Hex | C7 | 93 | 4C | 0 | 1A | 3E | 16 | 23 | 34 | 36 |
| Octal | 307 | 223 | 114 | 0 | 32 | 76 | 26 | 43 | 64 | 66 |
| Binary | 11000111 | 10010011 | 1001100 | 0 | 11010 | 111110 | 10110 | 100011 | 110100 | 110110 |
Color Harmonies of #C7934C
Complementary color
Monochromatic Colors of #C7934C
Black with #C7934C
Text Example
Text Example
White with #C7934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7934C; }
p { color: rgb(199,147,76); }
H1.HeaderClassName
{
color: #C7934C;
}
.AnyTagClassName
{
color: #C7934C;
}
</style>
background-color css
<style>
a { background-color: #C7934C; }
a { background-color: rgb(199,147,76); }
div.DivClassName
{
background-color: #C7934C;
}
.BgClassName
{
background-color: #C7934C;
}
</style>
border-color css
<style>
span { border-color: #C7934C; }
span { border-color: rgb(199,147,76); }
td.TdClassName
{
border-color: #C7934C;
}
.TagClassName
{
border-color: #C7934C;
}
</style>