Shades of Tussock #C08C4B
Tints of Tussock #C08C4B
RGB
CMYK
RGB Variations
Color information
#C08C4B (or 0xC08C4B) is known color: Tussock. HEX triplet: C0, 8C and 4B. RGB value is (192,140,75). Sum of RGB (Red+Green+Blue) = 192+140+75=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C4B is #3F73B4. Grayscale: #949494. Windows color (decimal): -4158389 or 4951232. OLE color: 4951232.
HSL color Cylindrical-coordinate representation of color #C08C4B: hue angle of 33.33º 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 #C08C4B is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 75 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.25 |
| HSL | 33.33º | 0.48% | 0.52% | - |
| HSV(B) | 33.33º | 0.61% | 0.75% | - |
| XYZ | 32.39 | 30.47 | 10.83 | - |
| YUV | 148.14 | 86.73 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 75 | 0 | 0.27 | 0.61 | 0.25 | 33.33 | 0.48 | 0.52 |
| Hex | C0 | 8C | 4B | 0 | 1B | 3D | 19 | 21 | 30 | 34 |
| Octal | 300 | 214 | 113 | 0 | 33 | 75 | 31 | 41 | 60 | 64 |
| Binary | 11000000 | 10001100 | 1001011 | 0 | 11011 | 111101 | 11001 | 100001 | 110000 | 110100 |
Color Harmonies of #C08C4B
Complementary color
Monochromatic Colors of #C08C4B
Black with #C08C4B
Text Example
Text Example
White with #C08C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C4B; }
p { color: rgb(192,140,75); }
H1.HeaderClassName
{
color: #C08C4B;
}
.AnyTagClassName
{
color: #C08C4B;
}
</style>
background-color css
<style>
a { background-color: #C08C4B; }
a { background-color: rgb(192,140,75); }
div.DivClassName
{
background-color: #C08C4B;
}
.BgClassName
{
background-color: #C08C4B;
}
</style>
border-color css
<style>
span { border-color: #C08C4B; }
span { border-color: rgb(192,140,75); }
td.TdClassName
{
border-color: #C08C4B;
}
.TagClassName
{
border-color: #C08C4B;
}
</style>