Shades of Tussock #C2884B
Tints of Tussock #C2884B
RGB
CMYK
RGB Variations
Color information
#C2884B (or 0xC2884B) is known color: Tussock. HEX triplet: C2, 88 and 4B. RGB value is (194,136,75). Sum of RGB (Red+Green+Blue) = 194+136+75=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2884B is #3D77B4. Grayscale: #929292. Windows color (decimal): -4028341 or 4950210. OLE color: 4950210.
HSL color Cylindrical-coordinate representation of color #C2884B: hue angle of 30.76º degrees, saturation: 0.49, 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 #C2884B is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 75 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.24 |
| HSL | 30.76º | 0.49% | 0.53% | - |
| HSV(B) | 30.76º | 0.61% | 0.76% | - |
| XYZ | 32.32 | 29.59 | 10.66 | - |
| YUV | 146.39 | 87.72 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 75 | 0 | 0.30 | 0.61 | 0.24 | 30.76 | 0.49 | 0.53 |
| Hex | C2 | 88 | 4B | 0 | 1E | 3D | 18 | 1F | 31 | 35 |
| Octal | 302 | 210 | 113 | 0 | 36 | 75 | 30 | 37 | 61 | 65 |
| Binary | 11000010 | 10001000 | 1001011 | 0 | 11110 | 111101 | 11000 | 11111 | 110001 | 110101 |
Color Harmonies of #C2884B
Complementary color
Monochromatic Colors of #C2884B
Black with #C2884B
Text Example
Text Example
White with #C2884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2884B; }
p { color: rgb(194,136,75); }
H1.HeaderClassName
{
color: #C2884B;
}
.AnyTagClassName
{
color: #C2884B;
}
</style>
background-color css
<style>
a { background-color: #C2884B; }
a { background-color: rgb(194,136,75); }
div.DivClassName
{
background-color: #C2884B;
}
.BgClassName
{
background-color: #C2884B;
}
</style>
border-color css
<style>
span { border-color: #C2884B; }
span { border-color: rgb(194,136,75); }
td.TdClassName
{
border-color: #C2884B;
}
.TagClassName
{
border-color: #C2884B;
}
</style>