Shades of Tussock #C48F4D
Tints of Tussock #C48F4D
RGB
CMYK
RGB Variations
Color information
#C48F4D (or 0xC48F4D) is known color: Tussock. HEX triplet: C4, 8F and 4D. RGB value is (196,143,77). Sum of RGB (Red+Green+Blue) = 196+143+77=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F4D is #3B70B2. Grayscale: #979797. Windows color (decimal): -3895475 or 5083076. OLE color: 5083076.
HSL color Cylindrical-coordinate representation of color #C48F4D: hue angle of 33.28º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C48F4D is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 77 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.23 |
| HSL | 33.28º | 0.5% | 0.54% | - |
| HSV(B) | 33.28º | 0.61% | 0.77% | - |
| XYZ | 33.93 | 31.92 | 11.39 | - |
| YUV | 151.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 77 | 0 | 0.27 | 0.61 | 0.23 | 33.28 | 0.5 | 0.54 |
| Hex | C4 | 8F | 4D | 0 | 1B | 3D | 17 | 21 | 32 | 36 |
| Octal | 304 | 217 | 115 | 0 | 33 | 75 | 27 | 41 | 62 | 66 |
| Binary | 11000100 | 10001111 | 1001101 | 0 | 11011 | 111101 | 10111 | 100001 | 110010 | 110110 |
Color Harmonies of #C48F4D
Complementary color
Monochromatic Colors of #C48F4D
Black with #C48F4D
Text Example
Text Example
White with #C48F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F4D; }
p { color: rgb(196,143,77); }
H1.HeaderClassName
{
color: #C48F4D;
}
.AnyTagClassName
{
color: #C48F4D;
}
</style>
background-color css
<style>
a { background-color: #C48F4D; }
a { background-color: rgb(196,143,77); }
div.DivClassName
{
background-color: #C48F4D;
}
.BgClassName
{
background-color: #C48F4D;
}
</style>
border-color css
<style>
span { border-color: #C48F4D; }
span { border-color: rgb(196,143,77); }
td.TdClassName
{
border-color: #C48F4D;
}
.TagClassName
{
border-color: #C48F4D;
}
</style>