Shades of Tussock #C39B4B
Tints of Tussock #C39B4B
RGB
CMYK
RGB Variations
Color information
#C39B4B (or 0xC39B4B) is known color: Tussock. HEX triplet: C3, 9B and 4B. RGB value is (195,155,75). Sum of RGB (Red+Green+Blue) = 195+155+75=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39B4B is #3C64B4. Grayscale: #9E9E9E. Windows color (decimal): -3957941 or 4955075. OLE color: 4955075.
HSL color Cylindrical-coordinate representation of color #C39B4B: hue angle of 40º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C39B4B is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 75 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.24 |
| HSL | 40º | 0.5% | 0.53% | - |
| HSV(B) | 40º | 0.62% | 0.76% | - |
| XYZ | 35.5 | 35.55 | 11.65 | - |
| YUV | 157.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 75 | 0 | 0.21 | 0.62 | 0.24 | 40 | 0.5 | 0.53 |
| Hex | C3 | 9B | 4B | 0 | 15 | 3E | 18 | 28 | 32 | 35 |
| Octal | 303 | 233 | 113 | 0 | 25 | 76 | 30 | 50 | 62 | 65 |
| Binary | 11000011 | 10011011 | 1001011 | 0 | 10101 | 111110 | 11000 | 101000 | 110010 | 110101 |
Color Harmonies of #C39B4B
Complementary color
Monochromatic Colors of #C39B4B
Black with #C39B4B
Text Example
Text Example
White with #C39B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B4B; }
p { color: rgb(195,155,75); }
H1.HeaderClassName
{
color: #C39B4B;
}
.AnyTagClassName
{
color: #C39B4B;
}
</style>
background-color css
<style>
a { background-color: #C39B4B; }
a { background-color: rgb(195,155,75); }
div.DivClassName
{
background-color: #C39B4B;
}
.BgClassName
{
background-color: #C39B4B;
}
</style>
border-color css
<style>
span { border-color: #C39B4B; }
span { border-color: rgb(195,155,75); }
td.TdClassName
{
border-color: #C39B4B;
}
.TagClassName
{
border-color: #C39B4B;
}
</style>