Shades of Tussock #C38E4D
Tints of Tussock #C38E4D
RGB
CMYK
RGB Variations
Color information
#C38E4D (or 0xC38E4D) is known color: Tussock. HEX triplet: C3, 8E and 4D. RGB value is (195,142,77). Sum of RGB (Red+Green+Blue) = 195+142+77=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E4D is #3C71B2. Grayscale: #969696. Windows color (decimal): -3961267 or 5082819. OLE color: 5082819.
HSL color Cylindrical-coordinate representation of color #C38E4D: hue angle of 33.05º degrees, saturation: 0.5, 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 #C38E4D is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 77 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.24 |
| HSL | 33.05º | 0.5% | 0.53% | - |
| HSV(B) | 33.05º | 0.61% | 0.76% | - |
| XYZ | 33.52 | 31.48 | 11.33 | - |
| YUV | 150.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 77 | 0 | 0.27 | 0.61 | 0.24 | 33.05 | 0.5 | 0.53 |
| Hex | C3 | 8E | 4D | 0 | 1B | 3D | 18 | 21 | 32 | 35 |
| Octal | 303 | 216 | 115 | 0 | 33 | 75 | 30 | 41 | 62 | 65 |
| Binary | 11000011 | 10001110 | 1001101 | 0 | 11011 | 111101 | 11000 | 100001 | 110010 | 110101 |
Color Harmonies of #C38E4D
Complementary color
Monochromatic Colors of #C38E4D
Black with #C38E4D
Text Example
Text Example
White with #C38E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E4D; }
p { color: rgb(195,142,77); }
H1.HeaderClassName
{
color: #C38E4D;
}
.AnyTagClassName
{
color: #C38E4D;
}
</style>
background-color css
<style>
a { background-color: #C38E4D; }
a { background-color: rgb(195,142,77); }
div.DivClassName
{
background-color: #C38E4D;
}
.BgClassName
{
background-color: #C38E4D;
}
</style>
border-color css
<style>
span { border-color: #C38E4D; }
span { border-color: rgb(195,142,77); }
td.TdClassName
{
border-color: #C38E4D;
}
.TagClassName
{
border-color: #C38E4D;
}
</style>