Shades of Tussock #C7904B
Tints of Tussock #C7904B
RGB
CMYK
RGB Variations
Color information
#C7904B (or 0xC7904B) is known color: Tussock. HEX triplet: C7, 90 and 4B. RGB value is (199,144,75). Sum of RGB (Red+Green+Blue) = 199+144+75=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C7904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7904B is #386FB4. Grayscale: #989898. Windows color (decimal): -3698613 or 4952263. OLE color: 4952263.
HSL color Cylindrical-coordinate representation of color #C7904B: hue angle of 33.39º degrees, saturation: 0.53, 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 #C7904B is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 75 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.22 |
| HSL | 33.39º | 0.53% | 0.54% | - |
| HSV(B) | 33.39º | 0.62% | 0.78% | - |
| XYZ | 34.8 | 32.6 | 11.11 | - |
| YUV | 152.58 | 84.22 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 75 | 0 | 0.28 | 0.62 | 0.22 | 33.39 | 0.53 | 0.54 |
| Hex | C7 | 90 | 4B | 0 | 1C | 3E | 16 | 21 | 35 | 36 |
| Octal | 307 | 220 | 113 | 0 | 34 | 76 | 26 | 41 | 65 | 66 |
| Binary | 11000111 | 10010000 | 1001011 | 0 | 11100 | 111110 | 10110 | 100001 | 110101 | 110110 |
Color Harmonies of #C7904B
Complementary color
Monochromatic Colors of #C7904B
Black with #C7904B
Text Example
Text Example
White with #C7904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7904B; }
p { color: rgb(199,144,75); }
H1.HeaderClassName
{
color: #C7904B;
}
.AnyTagClassName
{
color: #C7904B;
}
</style>
background-color css
<style>
a { background-color: #C7904B; }
a { background-color: rgb(199,144,75); }
div.DivClassName
{
background-color: #C7904B;
}
.BgClassName
{
background-color: #C7904B;
}
</style>
border-color css
<style>
span { border-color: #C7904B; }
span { border-color: rgb(199,144,75); }
td.TdClassName
{
border-color: #C7904B;
}
.TagClassName
{
border-color: #C7904B;
}
</style>