Shades of Tussock #C1894B
Tints of Tussock #C1894B
RGB
CMYK
RGB Variations
Color information
#C1894B (or 0xC1894B) is known color: Tussock. HEX triplet: C1, 89 and 4B. RGB value is (193,137,75). Sum of RGB (Red+Green+Blue) = 193+137+75=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1894B is #3E76B4. Grayscale: #929292. Windows color (decimal): -4093621 or 4950465. OLE color: 4950465.
HSL color Cylindrical-coordinate representation of color #C1894B: hue angle of 31.53º 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 #C1894B is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 75 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.24 |
| HSL | 31.53º | 0.49% | 0.53% | - |
| HSV(B) | 31.53º | 0.61% | 0.76% | - |
| XYZ | 32.21 | 29.74 | 10.7 | - |
| YUV | 146.68 | 87.55 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 75 | 0 | 0.29 | 0.61 | 0.24 | 31.53 | 0.49 | 0.53 |
| Hex | C1 | 89 | 4B | 0 | 1D | 3D | 18 | 20 | 31 | 35 |
| Octal | 301 | 211 | 113 | 0 | 35 | 75 | 30 | 40 | 61 | 65 |
| Binary | 11000001 | 10001001 | 1001011 | 0 | 11101 | 111101 | 11000 | 100000 | 110001 | 110101 |
Color Harmonies of #C1894B
Complementary color
Monochromatic Colors of #C1894B
Black with #C1894B
Text Example
Text Example
White with #C1894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1894B; }
p { color: rgb(193,137,75); }
H1.HeaderClassName
{
color: #C1894B;
}
.AnyTagClassName
{
color: #C1894B;
}
</style>
background-color css
<style>
a { background-color: #C1894B; }
a { background-color: rgb(193,137,75); }
div.DivClassName
{
background-color: #C1894B;
}
.BgClassName
{
background-color: #C1894B;
}
</style>
border-color css
<style>
span { border-color: #C1894B; }
span { border-color: rgb(193,137,75); }
td.TdClassName
{
border-color: #C1894B;
}
.TagClassName
{
border-color: #C1894B;
}
</style>