Shades of Tussock #C19C4F
Tints of Tussock #C19C4F
RGB
CMYK
RGB Variations
Color information
#C19C4F (or 0xC19C4F) is known color: Tussock. HEX triplet: C1, 9C and 4F. RGB value is (193,156,79). Sum of RGB (Red+Green+Blue) = 193+156+79=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C4F is #3E63B0. Grayscale: #9E9E9E. Windows color (decimal): -4088753 or 5217473. OLE color: 5217473.
HSL color Cylindrical-coordinate representation of color #C19C4F: hue angle of 40.53º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C19C4F is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 79 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.24 |
| HSL | 40.53º | 0.48% | 0.53% | - |
| HSV(B) | 40.53º | 0.59% | 0.76% | - |
| XYZ | 35.29 | 35.68 | 12.42 | - |
| YUV | 158.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 79 | 0 | 0.19 | 0.59 | 0.24 | 40.53 | 0.48 | 0.53 |
| Hex | C1 | 9C | 4F | 0 | 13 | 3B | 18 | 29 | 30 | 35 |
| Octal | 301 | 234 | 117 | 0 | 23 | 73 | 30 | 51 | 60 | 65 |
| Binary | 11000001 | 10011100 | 1001111 | 0 | 10011 | 111011 | 11000 | 101001 | 110000 | 110101 |
Color Harmonies of #C19C4F
Complementary color
Monochromatic Colors of #C19C4F
Black with #C19C4F
Text Example
Text Example
White with #C19C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C4F; }
p { color: rgb(193,156,79); }
H1.HeaderClassName
{
color: #C19C4F;
}
.AnyTagClassName
{
color: #C19C4F;
}
</style>
background-color css
<style>
a { background-color: #C19C4F; }
a { background-color: rgb(193,156,79); }
div.DivClassName
{
background-color: #C19C4F;
}
.BgClassName
{
background-color: #C19C4F;
}
</style>
border-color css
<style>
span { border-color: #C19C4F; }
span { border-color: rgb(193,156,79); }
td.TdClassName
{
border-color: #C19C4F;
}
.TagClassName
{
border-color: #C19C4F;
}
</style>