Shades of Tussock #C2874A
Tints of Tussock #C2874A
RGB
CMYK
RGB Variations
Color information
#C2874A (or 0xC2874A) is known color: Tussock. HEX triplet: C2, 87 and 4A. RGB value is (194,135,74). Sum of RGB (Red+Green+Blue) = 194+135+74=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2874A is #3D78B5. Grayscale: #919191. Windows color (decimal): -4028598 or 4884418. OLE color: 4884418.
HSL color Cylindrical-coordinate representation of color #C2874A: hue angle of 30.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2874A is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 74 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.24 |
| HSL | 30.5º | 0.5% | 0.53% | - |
| HSV(B) | 30.5º | 0.62% | 0.76% | - |
| XYZ | 32.15 | 29.29 | 10.44 | - |
| YUV | 145.69 | 87.55 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 74 | 0 | 0.30 | 0.62 | 0.24 | 30.5 | 0.5 | 0.53 |
| Hex | C2 | 87 | 4A | 0 | 1E | 3E | 18 | 1E | 32 | 35 |
| Octal | 302 | 207 | 112 | 0 | 36 | 76 | 30 | 36 | 62 | 65 |
| Binary | 11000010 | 10000111 | 1001010 | 0 | 11110 | 111110 | 11000 | 11110 | 110010 | 110101 |
Color Harmonies of #C2874A
Complementary color
Monochromatic Colors of #C2874A
Black with #C2874A
Text Example
Text Example
White with #C2874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2874A; }
p { color: rgb(194,135,74); }
H1.HeaderClassName
{
color: #C2874A;
}
.AnyTagClassName
{
color: #C2874A;
}
</style>
background-color css
<style>
a { background-color: #C2874A; }
a { background-color: rgb(194,135,74); }
div.DivClassName
{
background-color: #C2874A;
}
.BgClassName
{
background-color: #C2874A;
}
</style>
border-color css
<style>
span { border-color: #C2874A; }
span { border-color: rgb(194,135,74); }
td.TdClassName
{
border-color: #C2874A;
}
.TagClassName
{
border-color: #C2874A;
}
</style>