Shades of Tussock #C2864B
Tints of Tussock #C2864B
RGB
CMYK
RGB Variations
Color information
#C2864B (or 0xC2864B) is known color: Tussock. HEX triplet: C2, 86 and 4B. RGB value is (194,134,75). Sum of RGB (Red+Green+Blue) = 194+134+75=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2864B is #3D79B4. Grayscale: #919191. Windows color (decimal): -4028853 or 4949698. OLE color: 4949698.
HSL color Cylindrical-coordinate representation of color #C2864B: hue angle of 29.75º 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 #C2864B is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 75 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.24 |
| HSL | 29.75º | 0.49% | 0.53% | - |
| HSV(B) | 29.75º | 0.61% | 0.76% | - |
| XYZ | 32.04 | 29.03 | 10.57 | - |
| YUV | 145.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 75 | 0 | 0.31 | 0.61 | 0.24 | 29.75 | 0.49 | 0.53 |
| Hex | C2 | 86 | 4B | 0 | 1F | 3D | 18 | 1E | 31 | 35 |
| Octal | 302 | 206 | 113 | 0 | 37 | 75 | 30 | 36 | 61 | 65 |
| Binary | 11000010 | 10000110 | 1001011 | 0 | 11111 | 111101 | 11000 | 11110 | 110001 | 110101 |
Color Harmonies of #C2864B
Complementary color
Monochromatic Colors of #C2864B
Black with #C2864B
Text Example
Text Example
White with #C2864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2864B; }
p { color: rgb(194,134,75); }
H1.HeaderClassName
{
color: #C2864B;
}
.AnyTagClassName
{
color: #C2864B;
}
</style>
background-color css
<style>
a { background-color: #C2864B; }
a { background-color: rgb(194,134,75); }
div.DivClassName
{
background-color: #C2864B;
}
.BgClassName
{
background-color: #C2864B;
}
</style>
border-color css
<style>
span { border-color: #C2864B; }
span { border-color: rgb(194,134,75); }
td.TdClassName
{
border-color: #C2864B;
}
.TagClassName
{
border-color: #C2864B;
}
</style>