Shades of Tussock #C29A50
Tints of Tussock #C29A50
RGB
CMYK
RGB Variations
Color information
#C29A50 (or 0xC29A50) is known color: Tussock. HEX triplet: C2, 9A and 50. RGB value is (194,154,80). Sum of RGB (Red+Green+Blue) = 194+154+80=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A50 is #3D65AF. Grayscale: #9D9D9D. Windows color (decimal): -4023728 or 5282498. OLE color: 5282498.
HSL color Cylindrical-coordinate representation of color #C29A50: hue angle of 38.95º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C29A50 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 154 | 80 | - |
CMYK | 0 | 0.21 | 0.59 | 0.24 |
HSL | 38.95º | 0.48% | 0.54% | - |
HSV(B) | 38.95º | 0.59% | 0.76% | - |
XYZ | 35.25 | 35.16 | 12.52 | - |
YUV | 157.52 | 84.25 | 154.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 154 | 80 | 0 | 0.21 | 0.59 | 0.24 | 38.95 | 0.48 | 0.54 |
Hex | C2 | 9A | 50 | 0 | 15 | 3B | 18 | 27 | 30 | 36 |
Octal | 302 | 232 | 120 | 0 | 25 | 73 | 30 | 47 | 60 | 66 |
Binary | 11000010 | 10011010 | 1010000 | 0 | 10101 | 111011 | 11000 | 100111 | 110000 | 110110 |
Color Harmonies of #C29A50
Complementary color
Monochromatic Colors of #C29A50
Black with #C29A50
Text Example
Text Example
White with #C29A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A50; }
p { color: rgb(194,154,80); }
H1.HeaderClassName
{
color: #C29A50;
}
.AnyTagClassName
{
color: #C29A50;
}
</style>
background-color css
<style>
a { background-color: #C29A50; }
a { background-color: rgb(194,154,80); }
div.DivClassName
{
background-color: #C29A50;
}
.BgClassName
{
background-color: #C29A50;
}
</style>
border-color css
<style>
span { border-color: #C29A50; }
span { border-color: rgb(194,154,80); }
td.TdClassName
{
border-color: #C29A50;
}
.TagClassName
{
border-color: #C29A50;
}
</style>