Shades of Tussock #C88C4C
Tints of Tussock #C88C4C
RGB
CMYK
RGB Variations
Color information
#C88C4C (or 0xC88C4C) is known color: Tussock. HEX triplet: C8, 8C and 4C. RGB value is (200,140,76). Sum of RGB (Red+Green+Blue) = 200+140+76=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C4C is #3773B3. Grayscale: #969696. Windows color (decimal): -3634100 or 5016776. OLE color: 5016776.
HSL color Cylindrical-coordinate representation of color #C88C4C: hue angle of 30.97º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C88C4C is Cyan = 0, Magento = 0.3, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 76 | - |
| CMYK | 0 | 0.3 | 0.62 | 0.22 |
| HSL | 30.97º | 0.53% | 0.54% | - |
| HSV(B) | 30.97º | 0.62% | 0.78% | - |
| XYZ | 34.5 | 31.56 | 11.11 | - |
| YUV | 150.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 76 | 0 | 0.3 | 0.62 | 0.22 | 30.97 | 0.53 | 0.54 |
| Hex | C8 | 8C | 4C | 0 | 1E | 3E | 16 | 1F | 35 | 36 |
| Octal | 310 | 214 | 114 | 0 | 36 | 76 | 26 | 37 | 65 | 66 |
| Binary | 11001000 | 10001100 | 1001100 | 0 | 11110 | 111110 | 10110 | 11111 | 110101 | 110110 |
Color Harmonies of #C88C4C
Complementary color
Monochromatic Colors of #C88C4C
Black with #C88C4C
Text Example
Text Example
White with #C88C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C4C; }
p { color: rgb(200,140,76); }
H1.HeaderClassName
{
color: #C88C4C;
}
.AnyTagClassName
{
color: #C88C4C;
}
</style>
background-color css
<style>
a { background-color: #C88C4C; }
a { background-color: rgb(200,140,76); }
div.DivClassName
{
background-color: #C88C4C;
}
.BgClassName
{
background-color: #C88C4C;
}
</style>
border-color css
<style>
span { border-color: #C88C4C; }
span { border-color: rgb(200,140,76); }
td.TdClassName
{
border-color: #C88C4C;
}
.TagClassName
{
border-color: #C88C4C;
}
</style>