Shades of Tussock #C38F4D
Tints of Tussock #C38F4D
RGB
CMYK
RGB Variations
Color information
#C38F4D (or 0xC38F4D) is known color: Tussock. HEX triplet: C3, 8F and 4D. RGB value is (195,143,77). Sum of RGB (Red+Green+Blue) = 195+143+77=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F4D is #3C70B2. Grayscale: #979797. Windows color (decimal): -3961011 or 5083075. OLE color: 5083075.
HSL color Cylindrical-coordinate representation of color #C38F4D: hue angle of 33.56º 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 #C38F4D is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 77 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.24 |
| HSL | 33.56º | 0.5% | 0.53% | - |
| HSV(B) | 33.56º | 0.61% | 0.76% | - |
| XYZ | 33.67 | 31.78 | 11.38 | - |
| YUV | 151.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 77 | 0 | 0.27 | 0.61 | 0.24 | 33.56 | 0.5 | 0.53 |
| Hex | C3 | 8F | 4D | 0 | 1B | 3D | 18 | 22 | 32 | 35 |
| Octal | 303 | 217 | 115 | 0 | 33 | 75 | 30 | 42 | 62 | 65 |
| Binary | 11000011 | 10001111 | 1001101 | 0 | 11011 | 111101 | 11000 | 100010 | 110010 | 110101 |
Color Harmonies of #C38F4D
Complementary color
Monochromatic Colors of #C38F4D
Black with #C38F4D
Text Example
Text Example
White with #C38F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F4D; }
p { color: rgb(195,143,77); }
H1.HeaderClassName
{
color: #C38F4D;
}
.AnyTagClassName
{
color: #C38F4D;
}
</style>
background-color css
<style>
a { background-color: #C38F4D; }
a { background-color: rgb(195,143,77); }
div.DivClassName
{
background-color: #C38F4D;
}
.BgClassName
{
background-color: #C38F4D;
}
</style>
border-color css
<style>
span { border-color: #C38F4D; }
span { border-color: rgb(195,143,77); }
td.TdClassName
{
border-color: #C38F4D;
}
.TagClassName
{
border-color: #C38F4D;
}
</style>