Shades of Rodeo Dust #C9A17E
Tints of Rodeo Dust #C9A17E
RGB
CMYK
RGB Variations
Color information
#C9A17E (or 0xC9A17E) is known color: Rodeo Dust. HEX triplet: C9, A1 and 7E. RGB value is (201,161,126). Sum of RGB (Red+Green+Blue) = 201+161+126=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A17E is #365E81. Grayscale: #A9A9A9. Windows color (decimal): -3563138 or 8298953. OLE color: 8298953.
HSL color Cylindrical-coordinate representation of color #C9A17E: hue angle of 28º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9A17E is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 126 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.21 |
| HSL | 28º | 0.41% | 0.64% | - |
| HSV(B) | 28º | 0.37% | 0.79% | - |
| XYZ | 40.6 | 39.41 | 25.21 | - |
| YUV | 168.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 126 | 0 | 0.20 | 0.37 | 0.21 | 28 | 0.41 | 0.64 |
| Hex | C9 | A1 | 7E | 0 | 14 | 25 | 15 | 1C | 29 | 40 |
| Octal | 311 | 241 | 176 | 0 | 24 | 45 | 25 | 34 | 51 | 100 |
| Binary | 11001001 | 10100001 | 1111110 | 0 | 10100 | 100101 | 10101 | 11100 | 101001 | 1000000 |
Color Harmonies of #C9A17E
Complementary color
Monochromatic Colors of #C9A17E
Black with #C9A17E
Text Example
Text Example
White with #C9A17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A17E; }
p { color: rgb(201,161,126); }
H1.HeaderClassName
{
color: #C9A17E;
}
.AnyTagClassName
{
color: #C9A17E;
}
</style>
background-color css
<style>
a { background-color: #C9A17E; }
a { background-color: rgb(201,161,126); }
div.DivClassName
{
background-color: #C9A17E;
}
.BgClassName
{
background-color: #C9A17E;
}
</style>
border-color css
<style>
span { border-color: #C9A17E; }
span { border-color: rgb(201,161,126); }
td.TdClassName
{
border-color: #C9A17E;
}
.TagClassName
{
border-color: #C9A17E;
}
</style>