Shades of Tussock #C19D4B
Tints of Tussock #C19D4B
RGB
CMYK
RGB Variations
Color information
#C19D4B (or 0xC19D4B) is known color: Tussock. HEX triplet: C1, 9D and 4B. RGB value is (193,157,75). Sum of RGB (Red+Green+Blue) = 193+157+75=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19D4B is #3E62B4. Grayscale: #9E9E9E. Windows color (decimal): -4088501 or 4955585. OLE color: 4955585.
HSL color Cylindrical-coordinate representation of color #C19D4B: hue angle of 41.69º 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 #C19D4B is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 75 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.24 |
| HSL | 41.69º | 0.49% | 0.53% | - |
| HSV(B) | 41.69º | 0.61% | 0.76% | - |
| XYZ | 35.32 | 35.96 | 11.74 | - |
| YUV | 158.42 | 80.93 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 75 | 0 | 0.19 | 0.61 | 0.24 | 41.69 | 0.49 | 0.53 |
| Hex | C1 | 9D | 4B | 0 | 13 | 3D | 18 | 2A | 31 | 35 |
| Octal | 301 | 235 | 113 | 0 | 23 | 75 | 30 | 52 | 61 | 65 |
| Binary | 11000001 | 10011101 | 1001011 | 0 | 10011 | 111101 | 11000 | 101010 | 110001 | 110101 |
Color Harmonies of #C19D4B
Complementary color
Monochromatic Colors of #C19D4B
Black with #C19D4B
Text Example
Text Example
White with #C19D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D4B; }
p { color: rgb(193,157,75); }
H1.HeaderClassName
{
color: #C19D4B;
}
.AnyTagClassName
{
color: #C19D4B;
}
</style>
background-color css
<style>
a { background-color: #C19D4B; }
a { background-color: rgb(193,157,75); }
div.DivClassName
{
background-color: #C19D4B;
}
.BgClassName
{
background-color: #C19D4B;
}
</style>
border-color css
<style>
span { border-color: #C19D4B; }
span { border-color: rgb(193,157,75); }
td.TdClassName
{
border-color: #C19D4B;
}
.TagClassName
{
border-color: #C19D4B;
}
</style>