Shades of Rodeo Dust #C9A189
Tints of Rodeo Dust #C9A189
RGB
CMYK
RGB Variations
Color information
#C9A189 (or 0xC9A189) is known color: Rodeo Dust. HEX triplet: C9, A1 and 89. RGB value is (201,161,137). Sum of RGB (Red+Green+Blue) = 201+161+137=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A189 is #365E76. Grayscale: #AAAAAA. Windows color (decimal): -3563127 or 9019849. OLE color: 9019849.
HSL color Cylindrical-coordinate representation of color #C9A189: hue angle of 22.5º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9A189 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 137 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.21 |
| HSL | 22.5º | 0.37% | 0.66% | - |
| HSV(B) | 22.5º | 0.32% | 0.79% | - |
| XYZ | 41.35 | 39.71 | 29.15 | - |
| YUV | 170.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 137 | 0 | 0.20 | 0.32 | 0.21 | 22.5 | 0.37 | 0.66 |
| Hex | C9 | A1 | 89 | 0 | 14 | 20 | 15 | 16 | 25 | 42 |
| Octal | 311 | 241 | 211 | 0 | 24 | 40 | 25 | 26 | 45 | 102 |
| Binary | 11001001 | 10100001 | 10001001 | 0 | 10100 | 100000 | 10101 | 10110 | 100101 | 1000010 |
Color Harmonies of #C9A189
Complementary color
Monochromatic Colors of #C9A189
Black with #C9A189
Text Example
Text Example
White with #C9A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A189; }
p { color: rgb(201,161,137); }
H1.HeaderClassName
{
color: #C9A189;
}
.AnyTagClassName
{
color: #C9A189;
}
</style>
background-color css
<style>
a { background-color: #C9A189; }
a { background-color: rgb(201,161,137); }
div.DivClassName
{
background-color: #C9A189;
}
.BgClassName
{
background-color: #C9A189;
}
</style>
border-color css
<style>
span { border-color: #C9A189; }
span { border-color: rgb(201,161,137); }
td.TdClassName
{
border-color: #C9A189;
}
.TagClassName
{
border-color: #C9A189;
}
</style>