Shades of Tussock #C99648
Tints of Tussock #C99648
RGB
CMYK
RGB Variations
Color information
#C99648 (or 0xC99648) is known color: Tussock. HEX triplet: C9, 96 and 48. RGB value is (201,150,72). Sum of RGB (Red+Green+Blue) = 201+150+72=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C99648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99648 is #3669B7. Grayscale: #9C9C9C. Windows color (decimal): -3566008 or 4757193. OLE color: 4757193.
HSL color Cylindrical-coordinate representation of color #C99648: hue angle of 36.28º 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 #C99648 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 72 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.21 |
| HSL | 36.28º | 0.54% | 0.54% | - |
| HSV(B) | 36.28º | 0.64% | 0.79% | - |
| XYZ | 36.16 | 34.7 | 10.92 | - |
| YUV | 156.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 72 | 0 | 0.25 | 0.64 | 0.21 | 36.28 | 0.54 | 0.54 |
| Hex | C9 | 96 | 48 | 0 | 19 | 40 | 15 | 24 | 36 | 36 |
| Octal | 311 | 226 | 110 | 0 | 31 | 100 | 25 | 44 | 66 | 66 |
| Binary | 11001001 | 10010110 | 1001000 | 0 | 11001 | 1000000 | 10101 | 100100 | 110110 | 110110 |
Color Harmonies of #C99648
Complementary color
Monochromatic Colors of #C99648
Black with #C99648
Text Example
Text Example
White with #C99648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99648; }
p { color: rgb(201,150,72); }
H1.HeaderClassName
{
color: #C99648;
}
.AnyTagClassName
{
color: #C99648;
}
</style>
background-color css
<style>
a { background-color: #C99648; }
a { background-color: rgb(201,150,72); }
div.DivClassName
{
background-color: #C99648;
}
.BgClassName
{
background-color: #C99648;
}
</style>
border-color css
<style>
span { border-color: #C99648; }
span { border-color: rgb(201,150,72); }
td.TdClassName
{
border-color: #C99648;
}
.TagClassName
{
border-color: #C99648;
}
</style>