Shades of Tussock #C38A48
Tints of Tussock #C38A48
RGB
CMYK
RGB Variations
Color information
#C38A48 (or 0xC38A48) is known color: Tussock. HEX triplet: C3, 8A and 48. RGB value is (195,138,72). Sum of RGB (Red+Green+Blue) = 195+138+72=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A48 is #3C75B7. Grayscale: #939393. Windows color (decimal): -3962296 or 4754115. OLE color: 4754115.
HSL color Cylindrical-coordinate representation of color #C38A48: hue angle of 32.2º 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 #C38A48 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 72 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.24 |
| HSL | 32.2º | 0.51% | 0.52% | - |
| HSV(B) | 32.2º | 0.63% | 0.76% | - |
| XYZ | 32.76 | 30.25 | 10.24 | - |
| YUV | 147.52 | 85.38 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 72 | 0 | 0.29 | 0.63 | 0.24 | 32.2 | 0.51 | 0.52 |
| Hex | C3 | 8A | 48 | 0 | 1D | 3F | 18 | 20 | 33 | 34 |
| Octal | 303 | 212 | 110 | 0 | 35 | 77 | 30 | 40 | 63 | 64 |
| Binary | 11000011 | 10001010 | 1001000 | 0 | 11101 | 111111 | 11000 | 100000 | 110011 | 110100 |
Color Harmonies of #C38A48
Complementary color
Monochromatic Colors of #C38A48
Black with #C38A48
Text Example
Text Example
White with #C38A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A48; }
p { color: rgb(195,138,72); }
H1.HeaderClassName
{
color: #C38A48;
}
.AnyTagClassName
{
color: #C38A48;
}
</style>
background-color css
<style>
a { background-color: #C38A48; }
a { background-color: rgb(195,138,72); }
div.DivClassName
{
background-color: #C38A48;
}
.BgClassName
{
background-color: #C38A48;
}
</style>
border-color css
<style>
span { border-color: #C38A48; }
span { border-color: rgb(195,138,72); }
td.TdClassName
{
border-color: #C38A48;
}
.TagClassName
{
border-color: #C38A48;
}
</style>