Shades of Tussock #CC9749
Tints of Tussock #CC9749
RGB
CMYK
RGB Variations
Color information
#CC9749 (or 0xCC9749) is known color: Tussock. HEX triplet: CC, 97 and 49. RGB value is (204,151,73). Sum of RGB (Red+Green+Blue) = 204+151+73=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9749 is #3368B6. Grayscale: #9E9E9E. Windows color (decimal): -3369143 or 4822988. OLE color: 4822988.
HSL color Cylindrical-coordinate representation of color #CC9749: hue angle of 35.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC9749 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 73 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.2 |
| HSL | 35.73º | 0.56% | 0.54% | - |
| HSV(B) | 35.73º | 0.64% | 0.8% | - |
| XYZ | 37.17 | 35.45 | 11.19 | - |
| YUV | 157.96 | 80.06 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 73 | 0 | 0.26 | 0.64 | 0.2 | 35.73 | 0.56 | 0.54 |
| Hex | CC | 97 | 49 | 0 | 1A | 40 | 14 | 24 | 38 | 36 |
| Octal | 314 | 227 | 111 | 0 | 32 | 100 | 24 | 44 | 70 | 66 |
| Binary | 11001100 | 10010111 | 1001001 | 0 | 11010 | 1000000 | 10100 | 100100 | 111000 | 110110 |
Color Harmonies of #CC9749
Complementary color
Monochromatic Colors of #CC9749
Black with #CC9749
Text Example
Text Example
White with #CC9749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9749; }
p { color: rgb(204,151,73); }
H1.HeaderClassName
{
color: #CC9749;
}
.AnyTagClassName
{
color: #CC9749;
}
</style>
background-color css
<style>
a { background-color: #CC9749; }
a { background-color: rgb(204,151,73); }
div.DivClassName
{
background-color: #CC9749;
}
.BgClassName
{
background-color: #CC9749;
}
</style>
border-color css
<style>
span { border-color: #CC9749; }
span { border-color: rgb(204,151,73); }
td.TdClassName
{
border-color: #CC9749;
}
.TagClassName
{
border-color: #CC9749;
}
</style>