Shades of Tussock #C19B52
Tints of Tussock #C19B52
RGB
CMYK
RGB Variations
Color information
#C19B52 (or 0xC19B52) is known color: Tussock. HEX triplet: C1, 9B and 52. RGB value is (193,155,82). Sum of RGB (Red+Green+Blue) = 193+155+82=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B52 is #3E64AD. Grayscale: #9E9E9E. Windows color (decimal): -4089006 or 5413825. OLE color: 5413825.
HSL color Cylindrical-coordinate representation of color #C19B52: hue angle of 39.46º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C19B52 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 82 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.24 |
| HSL | 39.46º | 0.47% | 0.54% | - |
| HSV(B) | 39.46º | 0.58% | 0.76% | - |
| XYZ | 35.24 | 35.39 | 12.96 | - |
| YUV | 158.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 82 | 0 | 0.20 | 0.58 | 0.24 | 39.46 | 0.47 | 0.54 |
| Hex | C1 | 9B | 52 | 0 | 14 | 3A | 18 | 27 | 2F | 36 |
| Octal | 301 | 233 | 122 | 0 | 24 | 72 | 30 | 47 | 57 | 66 |
| Binary | 11000001 | 10011011 | 1010010 | 0 | 10100 | 111010 | 11000 | 100111 | 101111 | 110110 |
Color Harmonies of #C19B52
Complementary color
Monochromatic Colors of #C19B52
Black with #C19B52
Text Example
Text Example
White with #C19B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B52; }
p { color: rgb(193,155,82); }
H1.HeaderClassName
{
color: #C19B52;
}
.AnyTagClassName
{
color: #C19B52;
}
</style>
background-color css
<style>
a { background-color: #C19B52; }
a { background-color: rgb(193,155,82); }
div.DivClassName
{
background-color: #C19B52;
}
.BgClassName
{
background-color: #C19B52;
}
</style>
border-color css
<style>
span { border-color: #C19B52; }
span { border-color: rgb(193,155,82); }
td.TdClassName
{
border-color: #C19B52;
}
.TagClassName
{
border-color: #C19B52;
}
</style>