Shades of Tussock #C98F4B
Tints of Tussock #C98F4B
RGB
CMYK
RGB Variations
Color information
#C98F4B (or 0xC98F4B) is known color: Tussock. HEX triplet: C9, 8F and 4B. RGB value is (201,143,75). Sum of RGB (Red+Green+Blue) = 201+143+75=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98F4B is #3670B4. Grayscale: #989898. Windows color (decimal): -3567797 or 4952009. OLE color: 4952009.
HSL color Cylindrical-coordinate representation of color #C98F4B: hue angle of 32.38º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C98F4B is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 75 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.21 |
| HSL | 32.38º | 0.54% | 0.54% | - |
| HSV(B) | 32.38º | 0.63% | 0.79% | - |
| XYZ | 35.18 | 32.57 | 11.09 | - |
| YUV | 152.59 | 84.22 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 75 | 0 | 0.29 | 0.63 | 0.21 | 32.38 | 0.54 | 0.54 |
| Hex | C9 | 8F | 4B | 0 | 1D | 3F | 15 | 20 | 36 | 36 |
| Octal | 311 | 217 | 113 | 0 | 35 | 77 | 25 | 40 | 66 | 66 |
| Binary | 11001001 | 10001111 | 1001011 | 0 | 11101 | 111111 | 10101 | 100000 | 110110 | 110110 |
Color Harmonies of #C98F4B
Complementary color
Monochromatic Colors of #C98F4B
Black with #C98F4B
Text Example
Text Example
White with #C98F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F4B; }
p { color: rgb(201,143,75); }
H1.HeaderClassName
{
color: #C98F4B;
}
.AnyTagClassName
{
color: #C98F4B;
}
</style>
background-color css
<style>
a { background-color: #C98F4B; }
a { background-color: rgb(201,143,75); }
div.DivClassName
{
background-color: #C98F4B;
}
.BgClassName
{
background-color: #C98F4B;
}
</style>
border-color css
<style>
span { border-color: #C98F4B; }
span { border-color: rgb(201,143,75); }
td.TdClassName
{
border-color: #C98F4B;
}
.TagClassName
{
border-color: #C98F4B;
}
</style>