Shades of Tussock #C2874B
Tints of Tussock #C2874B
RGB
CMYK
RGB Variations
Color information
#C2874B (or 0xC2874B) is known color: Tussock. HEX triplet: C2, 87 and 4B. RGB value is (194,135,75). Sum of RGB (Red+Green+Blue) = 194+135+75=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2874B is #3D78B4. Grayscale: #929292. Windows color (decimal): -4028597 or 4949954. OLE color: 4949954.
HSL color Cylindrical-coordinate representation of color #C2874B: hue angle of 30.25º 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 #C2874B is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 75 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.24 |
| HSL | 30.25º | 0.49% | 0.53% | - |
| HSV(B) | 30.25º | 0.61% | 0.76% | - |
| XYZ | 32.18 | 29.31 | 10.62 | - |
| YUV | 145.8 | 88.05 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 75 | 0 | 0.30 | 0.61 | 0.24 | 30.25 | 0.49 | 0.53 |
| Hex | C2 | 87 | 4B | 0 | 1E | 3D | 18 | 1E | 31 | 35 |
| Octal | 302 | 207 | 113 | 0 | 36 | 75 | 30 | 36 | 61 | 65 |
| Binary | 11000010 | 10000111 | 1001011 | 0 | 11110 | 111101 | 11000 | 11110 | 110001 | 110101 |
Color Harmonies of #C2874B
Complementary color
Monochromatic Colors of #C2874B
Black with #C2874B
Text Example
Text Example
White with #C2874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2874B; }
p { color: rgb(194,135,75); }
H1.HeaderClassName
{
color: #C2874B;
}
.AnyTagClassName
{
color: #C2874B;
}
</style>
background-color css
<style>
a { background-color: #C2874B; }
a { background-color: rgb(194,135,75); }
div.DivClassName
{
background-color: #C2874B;
}
.BgClassName
{
background-color: #C2874B;
}
</style>
border-color css
<style>
span { border-color: #C2874B; }
span { border-color: rgb(194,135,75); }
td.TdClassName
{
border-color: #C2874B;
}
.TagClassName
{
border-color: #C2874B;
}
</style>