Shades of Rodeo Dust #C9AA84
Tints of Rodeo Dust #C9AA84
RGB
CMYK
RGB Variations
Color information
#C9AA84 (or 0xC9AA84) is known color: Rodeo Dust. HEX triplet: C9, AA and 84. RGB value is (201,170,132). Sum of RGB (Red+Green+Blue) = 201+170+132=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AA84 is #36557B. Grayscale: #AFAFAF. Windows color (decimal): -3560828 or 8694473. OLE color: 8694473.
HSL color Cylindrical-coordinate representation of color #C9AA84: hue angle of 33.04º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9AA84 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 132 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.21 |
| HSL | 33.04º | 0.39% | 0.65% | - |
| HSV(B) | 33.04º | 0.34% | 0.79% | - |
| XYZ | 42.63 | 42.83 | 27.85 | - |
| YUV | 174.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 132 | 0 | 0.15 | 0.34 | 0.21 | 33.04 | 0.39 | 0.65 |
| Hex | C9 | AA | 84 | 0 | F | 22 | 15 | 21 | 27 | 41 |
| Octal | 311 | 252 | 204 | 0 | 17 | 42 | 25 | 41 | 47 | 101 |
| Binary | 11001001 | 10101010 | 10000100 | 0 | 1111 | 100010 | 10101 | 100001 | 100111 | 1000001 |
Color Harmonies of #C9AA84
Complementary color
Monochromatic Colors of #C9AA84
Black with #C9AA84
Text Example
Text Example
White with #C9AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA84; }
p { color: rgb(201,170,132); }
H1.HeaderClassName
{
color: #C9AA84;
}
.AnyTagClassName
{
color: #C9AA84;
}
</style>
background-color css
<style>
a { background-color: #C9AA84; }
a { background-color: rgb(201,170,132); }
div.DivClassName
{
background-color: #C9AA84;
}
.BgClassName
{
background-color: #C9AA84;
}
</style>
border-color css
<style>
span { border-color: #C9AA84; }
span { border-color: rgb(201,170,132); }
td.TdClassName
{
border-color: #C9AA84;
}
.TagClassName
{
border-color: #C9AA84;
}
</style>