Shades of Tussock #C19B4C
Tints of Tussock #C19B4C
RGB
CMYK
RGB Variations
Color information
#C19B4C (or 0xC19B4C) is known color: Tussock. HEX triplet: C1, 9B and 4C. RGB value is (193,155,76). Sum of RGB (Red+Green+Blue) = 193+155+76=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19B4C is #3E64B3. Grayscale: #9D9D9D. Windows color (decimal): -4089012 or 5020609. OLE color: 5020609.
HSL color Cylindrical-coordinate representation of color #C19B4C: hue angle of 40.51º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C19B4C is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 76 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.24 |
| HSL | 40.51º | 0.49% | 0.53% | - |
| HSV(B) | 40.51º | 0.61% | 0.76% | - |
| XYZ | 35.02 | 35.3 | 11.81 | - |
| YUV | 157.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 76 | 0 | 0.20 | 0.61 | 0.24 | 40.51 | 0.49 | 0.53 |
| Hex | C1 | 9B | 4C | 0 | 14 | 3D | 18 | 29 | 31 | 35 |
| Octal | 301 | 233 | 114 | 0 | 24 | 75 | 30 | 51 | 61 | 65 |
| Binary | 11000001 | 10011011 | 1001100 | 0 | 10100 | 111101 | 11000 | 101001 | 110001 | 110101 |
Color Harmonies of #C19B4C
Complementary color
Monochromatic Colors of #C19B4C
Black with #C19B4C
Text Example
Text Example
White with #C19B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B4C; }
p { color: rgb(193,155,76); }
H1.HeaderClassName
{
color: #C19B4C;
}
.AnyTagClassName
{
color: #C19B4C;
}
</style>
background-color css
<style>
a { background-color: #C19B4C; }
a { background-color: rgb(193,155,76); }
div.DivClassName
{
background-color: #C19B4C;
}
.BgClassName
{
background-color: #C19B4C;
}
</style>
border-color css
<style>
span { border-color: #C19B4C; }
span { border-color: rgb(193,155,76); }
td.TdClassName
{
border-color: #C19B4C;
}
.TagClassName
{
border-color: #C19B4C;
}
</style>