Shades of Tussock #C38C4D
Tints of Tussock #C38C4D
RGB
CMYK
RGB Variations
Color information
#C38C4D (or 0xC38C4D) is known color: Tussock. HEX triplet: C3, 8C and 4D. RGB value is (195,140,77). Sum of RGB (Red+Green+Blue) = 195+140+77=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C4D is #3C73B2. Grayscale: #959595. Windows color (decimal): -3961779 or 5082307. OLE color: 5082307.
HSL color Cylindrical-coordinate representation of color #C38C4D: hue angle of 32.03º 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 #C38C4D is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 77 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.24 |
| HSL | 32.03º | 0.5% | 0.53% | - |
| HSV(B) | 32.03º | 0.61% | 0.76% | - |
| XYZ | 33.22 | 30.89 | 11.23 | - |
| YUV | 149.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 77 | 0 | 0.28 | 0.61 | 0.24 | 32.03 | 0.5 | 0.53 |
| Hex | C3 | 8C | 4D | 0 | 1C | 3D | 18 | 20 | 32 | 35 |
| Octal | 303 | 214 | 115 | 0 | 34 | 75 | 30 | 40 | 62 | 65 |
| Binary | 11000011 | 10001100 | 1001101 | 0 | 11100 | 111101 | 11000 | 100000 | 110010 | 110101 |
Color Harmonies of #C38C4D
Complementary color
Monochromatic Colors of #C38C4D
Black with #C38C4D
Text Example
Text Example
White with #C38C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C4D; }
p { color: rgb(195,140,77); }
H1.HeaderClassName
{
color: #C38C4D;
}
.AnyTagClassName
{
color: #C38C4D;
}
</style>
background-color css
<style>
a { background-color: #C38C4D; }
a { background-color: rgb(195,140,77); }
div.DivClassName
{
background-color: #C38C4D;
}
.BgClassName
{
background-color: #C38C4D;
}
</style>
border-color css
<style>
span { border-color: #C38C4D; }
span { border-color: rgb(195,140,77); }
td.TdClassName
{
border-color: #C38C4D;
}
.TagClassName
{
border-color: #C38C4D;
}
</style>