Shades of Tussock #C7924C
Tints of Tussock #C7924C
RGB
CMYK
RGB Variations
Color information
#C7924C (or 0xC7924C) is known color: Tussock. HEX triplet: C7, 92 and 4C. RGB value is (199,146,76). Sum of RGB (Red+Green+Blue) = 199+146+76=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7924C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7924C is #386DB3. Grayscale: #9A9A9A. Windows color (decimal): -3698100 or 5018311. OLE color: 5018311.
HSL color Cylindrical-coordinate representation of color #C7924C: hue angle of 34.15º 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 #C7924C is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 76 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.22 |
| HSL | 34.15º | 0.52% | 0.54% | - |
| HSV(B) | 34.15º | 0.62% | 0.78% | - |
| XYZ | 35.14 | 33.22 | 11.4 | - |
| YUV | 153.87 | 84.06 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 76 | 0 | 0.27 | 0.62 | 0.22 | 34.15 | 0.52 | 0.54 |
| Hex | C7 | 92 | 4C | 0 | 1B | 3E | 16 | 22 | 34 | 36 |
| Octal | 307 | 222 | 114 | 0 | 33 | 76 | 26 | 42 | 64 | 66 |
| Binary | 11000111 | 10010010 | 1001100 | 0 | 11011 | 111110 | 10110 | 100010 | 110100 | 110110 |
Color Harmonies of #C7924C
Complementary color
Monochromatic Colors of #C7924C
Black with #C7924C
Text Example
Text Example
White with #C7924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7924C; }
p { color: rgb(199,146,76); }
H1.HeaderClassName
{
color: #C7924C;
}
.AnyTagClassName
{
color: #C7924C;
}
</style>
background-color css
<style>
a { background-color: #C7924C; }
a { background-color: rgb(199,146,76); }
div.DivClassName
{
background-color: #C7924C;
}
.BgClassName
{
background-color: #C7924C;
}
</style>
border-color css
<style>
span { border-color: #C7924C; }
span { border-color: rgb(199,146,76); }
td.TdClassName
{
border-color: #C7924C;
}
.TagClassName
{
border-color: #C7924C;
}
</style>