Shades of Tussock #C69C50
Tints of Tussock #C69C50
RGB
CMYK
RGB Variations
Color information
#C69C50 (or 0xC69C50) is known color: Tussock. HEX triplet: C6, 9C and 50. RGB value is (198,156,80). Sum of RGB (Red+Green+Blue) = 198+156+80=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69C50 is #3963AF. Grayscale: #A0A0A0. Windows color (decimal): -3761072 or 5283014. OLE color: 5283014.
HSL color Cylindrical-coordinate representation of color #C69C50: hue angle of 38.64º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C69C50 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 80 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.22 |
| HSL | 38.64º | 0.51% | 0.55% | - |
| HSV(B) | 38.64º | 0.6% | 0.78% | - |
| XYZ | 36.63 | 36.36 | 12.68 | - |
| YUV | 159.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 80 | 0 | 0.21 | 0.60 | 0.22 | 38.64 | 0.51 | 0.55 |
| Hex | C6 | 9C | 50 | 0 | 15 | 3C | 16 | 27 | 33 | 37 |
| Octal | 306 | 234 | 120 | 0 | 25 | 74 | 26 | 47 | 63 | 67 |
| Binary | 11000110 | 10011100 | 1010000 | 0 | 10101 | 111100 | 10110 | 100111 | 110011 | 110111 |
Color Harmonies of #C69C50
Complementary color
Monochromatic Colors of #C69C50
Black with #C69C50
Text Example
Text Example
White with #C69C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C50; }
p { color: rgb(198,156,80); }
H1.HeaderClassName
{
color: #C69C50;
}
.AnyTagClassName
{
color: #C69C50;
}
</style>
background-color css
<style>
a { background-color: #C69C50; }
a { background-color: rgb(198,156,80); }
div.DivClassName
{
background-color: #C69C50;
}
.BgClassName
{
background-color: #C69C50;
}
</style>
border-color css
<style>
span { border-color: #C69C50; }
span { border-color: rgb(198,156,80); }
td.TdClassName
{
border-color: #C69C50;
}
.TagClassName
{
border-color: #C69C50;
}
</style>