Shades of Tussock #C39D4F
Tints of Tussock #C39D4F
RGB
CMYK
RGB Variations
Color information
#C39D4F (or 0xC39D4F) is known color: Tussock. HEX triplet: C3, 9D and 4F. RGB value is (195,157,79). Sum of RGB (Red+Green+Blue) = 195+157+79=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39D4F is #3C62B0. Grayscale: #9F9F9F. Windows color (decimal): -3957425 or 5217731. OLE color: 5217731.
HSL color Cylindrical-coordinate representation of color #C39D4F: hue angle of 40.34º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C39D4F is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 79 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.24 |
| HSL | 40.34º | 0.49% | 0.54% | - |
| HSV(B) | 40.34º | 0.59% | 0.76% | - |
| XYZ | 35.97 | 36.28 | 12.5 | - |
| YUV | 159.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 79 | 0 | 0.19 | 0.59 | 0.24 | 40.34 | 0.49 | 0.54 |
| Hex | C3 | 9D | 4F | 0 | 13 | 3B | 18 | 28 | 31 | 36 |
| Octal | 303 | 235 | 117 | 0 | 23 | 73 | 30 | 50 | 61 | 66 |
| Binary | 11000011 | 10011101 | 1001111 | 0 | 10011 | 111011 | 11000 | 101000 | 110001 | 110110 |
Color Harmonies of #C39D4F
Complementary color
Monochromatic Colors of #C39D4F
Black with #C39D4F
Text Example
Text Example
White with #C39D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D4F; }
p { color: rgb(195,157,79); }
H1.HeaderClassName
{
color: #C39D4F;
}
.AnyTagClassName
{
color: #C39D4F;
}
</style>
background-color css
<style>
a { background-color: #C39D4F; }
a { background-color: rgb(195,157,79); }
div.DivClassName
{
background-color: #C39D4F;
}
.BgClassName
{
background-color: #C39D4F;
}
</style>
border-color css
<style>
span { border-color: #C39D4F; }
span { border-color: rgb(195,157,79); }
td.TdClassName
{
border-color: #C39D4F;
}
.TagClassName
{
border-color: #C39D4F;
}
</style>