Shades of Tussock #C19A4A
Tints of Tussock #C19A4A
RGB
CMYK
RGB Variations
Color information
#C19A4A (or 0xC19A4A) is known color: Tussock. HEX triplet: C1, 9A and 4A. RGB value is (193,154,74). Sum of RGB (Red+Green+Blue) = 193+154+74=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A4A is #3E65B5. Grayscale: #9C9C9C. Windows color (decimal): -4089270 or 4889281. OLE color: 4889281.
HSL color Cylindrical-coordinate representation of color #C19A4A: hue angle of 40.34º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C19A4A is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 74 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.24 |
| HSL | 40.34º | 0.49% | 0.52% | - |
| HSV(B) | 40.34º | 0.62% | 0.76% | - |
| XYZ | 34.78 | 34.94 | 11.39 | - |
| YUV | 156.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 74 | 0 | 0.20 | 0.62 | 0.24 | 40.34 | 0.49 | 0.52 |
| Hex | C1 | 9A | 4A | 0 | 14 | 3E | 18 | 28 | 31 | 34 |
| Octal | 301 | 232 | 112 | 0 | 24 | 76 | 30 | 50 | 61 | 64 |
| Binary | 11000001 | 10011010 | 1001010 | 0 | 10100 | 111110 | 11000 | 101000 | 110001 | 110100 |
Color Harmonies of #C19A4A
Complementary color
Monochromatic Colors of #C19A4A
Black with #C19A4A
Text Example
Text Example
White with #C19A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A4A; }
p { color: rgb(193,154,74); }
H1.HeaderClassName
{
color: #C19A4A;
}
.AnyTagClassName
{
color: #C19A4A;
}
</style>
background-color css
<style>
a { background-color: #C19A4A; }
a { background-color: rgb(193,154,74); }
div.DivClassName
{
background-color: #C19A4A;
}
.BgClassName
{
background-color: #C19A4A;
}
</style>
border-color css
<style>
span { border-color: #C19A4A; }
span { border-color: rgb(193,154,74); }
td.TdClassName
{
border-color: #C19A4A;
}
.TagClassName
{
border-color: #C19A4A;
}
</style>