Shades of Tussock #C1994A
Tints of Tussock #C1994A
RGB
CMYK
RGB Variations
Color information
#C1994A (or 0xC1994A) is known color: Tussock. HEX triplet: C1, 99 and 4A. RGB value is (193,153,74). Sum of RGB (Red+Green+Blue) = 193+153+74=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1994A is #3E66B5. Grayscale: #9C9C9C. Windows color (decimal): -4089526 or 4889025. OLE color: 4889025.
HSL color Cylindrical-coordinate representation of color #C1994A: hue angle of 39.83º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1994A is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 74 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.24 |
| HSL | 39.83º | 0.49% | 0.52% | - |
| HSV(B) | 39.83º | 0.62% | 0.76% | - |
| XYZ | 34.62 | 34.61 | 11.34 | - |
| YUV | 155.95 | 81.75 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 74 | 0 | 0.21 | 0.62 | 0.24 | 39.83 | 0.49 | 0.52 |
| Hex | C1 | 99 | 4A | 0 | 15 | 3E | 18 | 28 | 31 | 34 |
| Octal | 301 | 231 | 112 | 0 | 25 | 76 | 30 | 50 | 61 | 64 |
| Binary | 11000001 | 10011001 | 1001010 | 0 | 10101 | 111110 | 11000 | 101000 | 110001 | 110100 |
Color Harmonies of #C1994A
Complementary color
Monochromatic Colors of #C1994A
Black with #C1994A
Text Example
Text Example
White with #C1994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1994A; }
p { color: rgb(193,153,74); }
H1.HeaderClassName
{
color: #C1994A;
}
.AnyTagClassName
{
color: #C1994A;
}
</style>
background-color css
<style>
a { background-color: #C1994A; }
a { background-color: rgb(193,153,74); }
div.DivClassName
{
background-color: #C1994A;
}
.BgClassName
{
background-color: #C1994A;
}
</style>
border-color css
<style>
span { border-color: #C1994A; }
span { border-color: rgb(193,153,74); }
td.TdClassName
{
border-color: #C1994A;
}
.TagClassName
{
border-color: #C1994A;
}
</style>