Shades of Tussock #C2964B
Tints of Tussock #C2964B
RGB
CMYK
RGB Variations
Color information
#C2964B (or 0xC2964B) is known color: Tussock. HEX triplet: C2, 96 and 4B. RGB value is (194,150,75). Sum of RGB (Red+Green+Blue) = 194+150+75=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2964B is #3D69B4. Grayscale: #9A9A9A. Windows color (decimal): -4024757 or 4953794. OLE color: 4953794.
HSL color Cylindrical-coordinate representation of color #C2964B: hue angle of 37.82º 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 #C2964B is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 75 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.24 |
| HSL | 37.82º | 0.49% | 0.53% | - |
| HSV(B) | 37.82º | 0.61% | 0.76% | - |
| XYZ | 34.42 | 33.79 | 11.36 | - |
| YUV | 154.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 75 | 0 | 0.23 | 0.61 | 0.24 | 37.82 | 0.49 | 0.53 |
| Hex | C2 | 96 | 4B | 0 | 17 | 3D | 18 | 26 | 31 | 35 |
| Octal | 302 | 226 | 113 | 0 | 27 | 75 | 30 | 46 | 61 | 65 |
| Binary | 11000010 | 10010110 | 1001011 | 0 | 10111 | 111101 | 11000 | 100110 | 110001 | 110101 |
Color Harmonies of #C2964B
Complementary color
Monochromatic Colors of #C2964B
Black with #C2964B
Text Example
Text Example
White with #C2964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2964B; }
p { color: rgb(194,150,75); }
H1.HeaderClassName
{
color: #C2964B;
}
.AnyTagClassName
{
color: #C2964B;
}
</style>
background-color css
<style>
a { background-color: #C2964B; }
a { background-color: rgb(194,150,75); }
div.DivClassName
{
background-color: #C2964B;
}
.BgClassName
{
background-color: #C2964B;
}
</style>
border-color css
<style>
span { border-color: #C2964B; }
span { border-color: rgb(194,150,75); }
td.TdClassName
{
border-color: #C2964B;
}
.TagClassName
{
border-color: #C2964B;
}
</style>