Shades of Tussock #C38F48
Tints of Tussock #C38F48
RGB
CMYK
RGB Variations
Color information
#C38F48 (or 0xC38F48) is known color: Tussock. HEX triplet: C3, 8F and 48. RGB value is (195,143,72). Sum of RGB (Red+Green+Blue) = 195+143+72=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38F48 is #3C70B7. Grayscale: #969696. Windows color (decimal): -3961016 or 4755395. OLE color: 4755395.
HSL color Cylindrical-coordinate representation of color #C38F48: hue angle of 34.63º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C38F48 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 72 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.24 |
| HSL | 34.63º | 0.51% | 0.52% | - |
| HSV(B) | 34.63º | 0.63% | 0.76% | - |
| XYZ | 33.5 | 31.71 | 10.49 | - |
| YUV | 150.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 72 | 0 | 0.27 | 0.63 | 0.24 | 34.63 | 0.51 | 0.52 |
| Hex | C3 | 8F | 48 | 0 | 1B | 3F | 18 | 23 | 33 | 34 |
| Octal | 303 | 217 | 110 | 0 | 33 | 77 | 30 | 43 | 63 | 64 |
| Binary | 11000011 | 10001111 | 1001000 | 0 | 11011 | 111111 | 11000 | 100011 | 110011 | 110100 |
Color Harmonies of #C38F48
Complementary color
Monochromatic Colors of #C38F48
Black with #C38F48
Text Example
Text Example
White with #C38F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F48; }
p { color: rgb(195,143,72); }
H1.HeaderClassName
{
color: #C38F48;
}
.AnyTagClassName
{
color: #C38F48;
}
</style>
background-color css
<style>
a { background-color: #C38F48; }
a { background-color: rgb(195,143,72); }
div.DivClassName
{
background-color: #C38F48;
}
.BgClassName
{
background-color: #C38F48;
}
</style>
border-color css
<style>
span { border-color: #C38F48; }
span { border-color: rgb(195,143,72); }
td.TdClassName
{
border-color: #C38F48;
}
.TagClassName
{
border-color: #C38F48;
}
</style>