Shades of Rodeo Dust #C9A685
Tints of Rodeo Dust #C9A685
RGB
CMYK
RGB Variations
Color information
#C9A685 (or 0xC9A685) is known color: Rodeo Dust. HEX triplet: C9, A6 and 85. RGB value is (201,166,133). Sum of RGB (Red+Green+Blue) = 201+166+133=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A685 is #36597A. Grayscale: #ACACAC. Windows color (decimal): -3561851 or 8758985. OLE color: 8758985.
HSL color Cylindrical-coordinate representation of color #C9A685: hue angle of 29.12º 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 #C9A685 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 133 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.21 |
| HSL | 29.12º | 0.39% | 0.65% | - |
| HSV(B) | 29.12º | 0.34% | 0.79% | - |
| XYZ | 41.96 | 41.38 | 27.97 | - |
| YUV | 172.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 133 | 0 | 0.17 | 0.34 | 0.21 | 29.12 | 0.39 | 0.65 |
| Hex | C9 | A6 | 85 | 0 | 11 | 22 | 15 | 1D | 27 | 41 |
| Octal | 311 | 246 | 205 | 0 | 21 | 42 | 25 | 35 | 47 | 101 |
| Binary | 11001001 | 10100110 | 10000101 | 0 | 10001 | 100010 | 10101 | 11101 | 100111 | 1000001 |
Color Harmonies of #C9A685
Complementary color
Monochromatic Colors of #C9A685
Black with #C9A685
Text Example
Text Example
White with #C9A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A685; }
p { color: rgb(201,166,133); }
H1.HeaderClassName
{
color: #C9A685;
}
.AnyTagClassName
{
color: #C9A685;
}
</style>
background-color css
<style>
a { background-color: #C9A685; }
a { background-color: rgb(201,166,133); }
div.DivClassName
{
background-color: #C9A685;
}
.BgClassName
{
background-color: #C9A685;
}
</style>
border-color css
<style>
span { border-color: #C9A685; }
span { border-color: rgb(201,166,133); }
td.TdClassName
{
border-color: #C9A685;
}
.TagClassName
{
border-color: #C9A685;
}
</style>