Shades of Tussock #C99548
Tints of Tussock #C99548
RGB
CMYK
RGB Variations
Color information
#C99548 (or 0xC99548) is known color: Tussock. HEX triplet: C9, 95 and 48. RGB value is (201,149,72). Sum of RGB (Red+Green+Blue) = 201+149+72=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C99548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99548 is #366AB7. Grayscale: #9C9C9C. Windows color (decimal): -3566264 or 4756937. OLE color: 4756937.
HSL color Cylindrical-coordinate representation of color #C99548: hue angle of 35.81º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C99548 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 72 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.21 |
| HSL | 35.81º | 0.54% | 0.54% | - |
| HSV(B) | 35.81º | 0.64% | 0.79% | - |
| XYZ | 36 | 34.38 | 10.87 | - |
| YUV | 155.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 72 | 0 | 0.26 | 0.64 | 0.21 | 35.81 | 0.54 | 0.54 |
| Hex | C9 | 95 | 48 | 0 | 1A | 40 | 15 | 24 | 36 | 36 |
| Octal | 311 | 225 | 110 | 0 | 32 | 100 | 25 | 44 | 66 | 66 |
| Binary | 11001001 | 10010101 | 1001000 | 0 | 11010 | 1000000 | 10101 | 100100 | 110110 | 110110 |
Color Harmonies of #C99548
Complementary color
Monochromatic Colors of #C99548
Black with #C99548
Text Example
Text Example
White with #C99548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99548; }
p { color: rgb(201,149,72); }
H1.HeaderClassName
{
color: #C99548;
}
.AnyTagClassName
{
color: #C99548;
}
</style>
background-color css
<style>
a { background-color: #C99548; }
a { background-color: rgb(201,149,72); }
div.DivClassName
{
background-color: #C99548;
}
.BgClassName
{
background-color: #C99548;
}
</style>
border-color css
<style>
span { border-color: #C99548; }
span { border-color: rgb(201,149,72); }
td.TdClassName
{
border-color: #C99548;
}
.TagClassName
{
border-color: #C99548;
}
</style>