Shades of Rodeo Dust #C9AA80
Tints of Rodeo Dust #C9AA80
RGB
CMYK
RGB Variations
Color information
#C9AA80 (or 0xC9AA80) is known color: Rodeo Dust. HEX triplet: C9, AA and 80. RGB value is (201,170,128). Sum of RGB (Red+Green+Blue) = 201+170+128=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AA80 is #36557F. Grayscale: #AEAEAE. Windows color (decimal): -3560832 or 8432329. OLE color: 8432329.
HSL color Cylindrical-coordinate representation of color #C9AA80: hue angle of 34.52º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9AA80 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 128 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.21 |
| HSL | 34.52º | 0.4% | 0.65% | - |
| HSV(B) | 34.52º | 0.36% | 0.79% | - |
| XYZ | 42.36 | 42.73 | 26.44 | - |
| YUV | 174.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 128 | 0 | 0.15 | 0.36 | 0.21 | 34.52 | 0.4 | 0.65 |
| Hex | C9 | AA | 80 | 0 | F | 24 | 15 | 23 | 28 | 41 |
| Octal | 311 | 252 | 200 | 0 | 17 | 44 | 25 | 43 | 50 | 101 |
| Binary | 11001001 | 10101010 | 10000000 | 0 | 1111 | 100100 | 10101 | 100011 | 101000 | 1000001 |
Color Harmonies of #C9AA80
Complementary color
Monochromatic Colors of #C9AA80
Black with #C9AA80
Text Example
Text Example
White with #C9AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA80; }
p { color: rgb(201,170,128); }
H1.HeaderClassName
{
color: #C9AA80;
}
.AnyTagClassName
{
color: #C9AA80;
}
</style>
background-color css
<style>
a { background-color: #C9AA80; }
a { background-color: rgb(201,170,128); }
div.DivClassName
{
background-color: #C9AA80;
}
.BgClassName
{
background-color: #C9AA80;
}
</style>
border-color css
<style>
span { border-color: #C9AA80; }
span { border-color: rgb(201,170,128); }
td.TdClassName
{
border-color: #C9AA80;
}
.TagClassName
{
border-color: #C9AA80;
}
</style>