Shades of Tussock #C2974B
Tints of Tussock #C2974B
RGB
CMYK
RGB Variations
Color information
#C2974B (or 0xC2974B) is known color: Tussock. HEX triplet: C2, 97 and 4B. RGB value is (194,151,75). Sum of RGB (Red+Green+Blue) = 194+151+75=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2974B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2974B is #3D68B4. Grayscale: #9B9B9B. Windows color (decimal): -4024501 or 4954050. OLE color: 4954050.
HSL color Cylindrical-coordinate representation of color #C2974B: hue angle of 38.32º 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 #C2974B is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 75 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.24 |
| HSL | 38.32º | 0.49% | 0.53% | - |
| HSV(B) | 38.32º | 0.61% | 0.76% | - |
| XYZ | 34.58 | 34.11 | 11.42 | - |
| YUV | 155.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 75 | 0 | 0.22 | 0.61 | 0.24 | 38.32 | 0.49 | 0.53 |
| Hex | C2 | 97 | 4B | 0 | 16 | 3D | 18 | 26 | 31 | 35 |
| Octal | 302 | 227 | 113 | 0 | 26 | 75 | 30 | 46 | 61 | 65 |
| Binary | 11000010 | 10010111 | 1001011 | 0 | 10110 | 111101 | 11000 | 100110 | 110001 | 110101 |
Color Harmonies of #C2974B
Complementary color
Monochromatic Colors of #C2974B
Black with #C2974B
Text Example
Text Example
White with #C2974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2974B; }
p { color: rgb(194,151,75); }
H1.HeaderClassName
{
color: #C2974B;
}
.AnyTagClassName
{
color: #C2974B;
}
</style>
background-color css
<style>
a { background-color: #C2974B; }
a { background-color: rgb(194,151,75); }
div.DivClassName
{
background-color: #C2974B;
}
.BgClassName
{
background-color: #C2974B;
}
</style>
border-color css
<style>
span { border-color: #C2974B; }
span { border-color: rgb(194,151,75); }
td.TdClassName
{
border-color: #C2974B;
}
.TagClassName
{
border-color: #C2974B;
}
</style>