Shades of Rodeo Dust #C9A185
Tints of Rodeo Dust #C9A185
RGB
CMYK
RGB Variations
Color information
#C9A185 (or 0xC9A185) is known color: Rodeo Dust. HEX triplet: C9, A1 and 85. RGB value is (201,161,133). Sum of RGB (Red+Green+Blue) = 201+161+133=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A185 is #365E7A. Grayscale: #A9A9A9. Windows color (decimal): -3563131 or 8757705. OLE color: 8757705.
HSL color Cylindrical-coordinate representation of color #C9A185: hue angle of 24.71º 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 #C9A185 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 133 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.21 |
| HSL | 24.71º | 0.39% | 0.65% | - |
| HSV(B) | 24.71º | 0.34% | 0.79% | - |
| XYZ | 41.07 | 39.6 | 27.67 | - |
| YUV | 169.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 133 | 0 | 0.20 | 0.34 | 0.21 | 24.71 | 0.39 | 0.65 |
| Hex | C9 | A1 | 85 | 0 | 14 | 22 | 15 | 19 | 27 | 41 |
| Octal | 311 | 241 | 205 | 0 | 24 | 42 | 25 | 31 | 47 | 101 |
| Binary | 11001001 | 10100001 | 10000101 | 0 | 10100 | 100010 | 10101 | 11001 | 100111 | 1000001 |
Color Harmonies of #C9A185
Complementary color
Monochromatic Colors of #C9A185
Black with #C9A185
Text Example
Text Example
White with #C9A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A185; }
p { color: rgb(201,161,133); }
H1.HeaderClassName
{
color: #C9A185;
}
.AnyTagClassName
{
color: #C9A185;
}
</style>
background-color css
<style>
a { background-color: #C9A185; }
a { background-color: rgb(201,161,133); }
div.DivClassName
{
background-color: #C9A185;
}
.BgClassName
{
background-color: #C9A185;
}
</style>
border-color css
<style>
span { border-color: #C9A185; }
span { border-color: rgb(201,161,133); }
td.TdClassName
{
border-color: #C9A185;
}
.TagClassName
{
border-color: #C9A185;
}
</style>