Shades of Tussock #C0924B
Tints of Tussock #C0924B
RGB
CMYK
RGB Variations
Color information
#C0924B (or 0xC0924B) is known color: Tussock. HEX triplet: C0, 92 and 4B. RGB value is (192,146,75). Sum of RGB (Red+Green+Blue) = 192+146+75=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0924B is #3F6DB4. Grayscale: #979797. Windows color (decimal): -4156853 or 4952768. OLE color: 4952768.
HSL color Cylindrical-coordinate representation of color #C0924B: hue angle of 36.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0924B is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 75 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.25 |
| HSL | 36.41º | 0.48% | 0.52% | - |
| HSV(B) | 36.41º | 0.61% | 0.75% | - |
| XYZ | 33.29 | 32.27 | 11.13 | - |
| YUV | 151.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 75 | 0 | 0.24 | 0.61 | 0.25 | 36.41 | 0.48 | 0.52 |
| Hex | C0 | 92 | 4B | 0 | 18 | 3D | 19 | 24 | 30 | 34 |
| Octal | 300 | 222 | 113 | 0 | 30 | 75 | 31 | 44 | 60 | 64 |
| Binary | 11000000 | 10010010 | 1001011 | 0 | 11000 | 111101 | 11001 | 100100 | 110000 | 110100 |
Color Harmonies of #C0924B
Complementary color
Monochromatic Colors of #C0924B
Black with #C0924B
Text Example
Text Example
White with #C0924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0924B; }
p { color: rgb(192,146,75); }
H1.HeaderClassName
{
color: #C0924B;
}
.AnyTagClassName
{
color: #C0924B;
}
</style>
background-color css
<style>
a { background-color: #C0924B; }
a { background-color: rgb(192,146,75); }
div.DivClassName
{
background-color: #C0924B;
}
.BgClassName
{
background-color: #C0924B;
}
</style>
border-color css
<style>
span { border-color: #C0924B; }
span { border-color: rgb(192,146,75); }
td.TdClassName
{
border-color: #C0924B;
}
.TagClassName
{
border-color: #C0924B;
}
</style>