Shades of Rodeo Dust #C9AA90
Tints of Rodeo Dust #C9AA90
RGB
CMYK
RGB Variations
Color information
#C9AA90 (or 0xC9AA90) is known color: Rodeo Dust. HEX triplet: C9, AA and 90. RGB value is (201,170,144). Sum of RGB (Red+Green+Blue) = 201+170+144=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AA90 is #36556F. Grayscale: #B0B0B0. Windows color (decimal): -3560816 or 9480905. OLE color: 9480905.
HSL color Cylindrical-coordinate representation of color #C9AA90: hue angle of 27.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9AA90 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 144 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.21 |
| HSL | 27.37º | 0.35% | 0.68% | - |
| HSV(B) | 27.37º | 0.28% | 0.79% | - |
| XYZ | 43.5 | 43.18 | 32.43 | - |
| YUV | 176.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 144 | 0 | 0.15 | 0.28 | 0.21 | 27.37 | 0.35 | 0.68 |
| Hex | C9 | AA | 90 | 0 | F | 1C | 15 | 1B | 23 | 44 |
| Octal | 311 | 252 | 220 | 0 | 17 | 34 | 25 | 33 | 43 | 104 |
| Binary | 11001001 | 10101010 | 10010000 | 0 | 1111 | 11100 | 10101 | 11011 | 100011 | 1000100 |
Color Harmonies of #C9AA90
Complementary color
Monochromatic Colors of #C9AA90
Black with #C9AA90
Text Example
Text Example
White with #C9AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA90; }
p { color: rgb(201,170,144); }
H1.HeaderClassName
{
color: #C9AA90;
}
.AnyTagClassName
{
color: #C9AA90;
}
</style>
background-color css
<style>
a { background-color: #C9AA90; }
a { background-color: rgb(201,170,144); }
div.DivClassName
{
background-color: #C9AA90;
}
.BgClassName
{
background-color: #C9AA90;
}
</style>
border-color css
<style>
span { border-color: #C9AA90; }
span { border-color: rgb(201,170,144); }
td.TdClassName
{
border-color: #C9AA90;
}
.TagClassName
{
border-color: #C9AA90;
}
</style>