Shades of Rodeo Dust #C9A385
Tints of Rodeo Dust #C9A385
RGB
CMYK
RGB Variations
Color information
#C9A385 (or 0xC9A385) is known color: Rodeo Dust. HEX triplet: C9, A3 and 85. RGB value is (201,163,133). Sum of RGB (Red+Green+Blue) = 201+163+133=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A385 is #365C7A. Grayscale: #ABABAB. Windows color (decimal): -3562619 or 8758217. OLE color: 8758217.
HSL color Cylindrical-coordinate representation of color #C9A385: hue angle of 26.47º 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 #C9A385 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 133 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.21 |
| HSL | 26.47º | 0.39% | 0.65% | - |
| HSV(B) | 26.47º | 0.34% | 0.79% | - |
| XYZ | 41.42 | 40.31 | 27.79 | - |
| YUV | 170.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 133 | 0 | 0.19 | 0.34 | 0.21 | 26.47 | 0.39 | 0.65 |
| Hex | C9 | A3 | 85 | 0 | 13 | 22 | 15 | 1A | 27 | 41 |
| Octal | 311 | 243 | 205 | 0 | 23 | 42 | 25 | 32 | 47 | 101 |
| Binary | 11001001 | 10100011 | 10000101 | 0 | 10011 | 100010 | 10101 | 11010 | 100111 | 1000001 |
Color Harmonies of #C9A385
Complementary color
Monochromatic Colors of #C9A385
Black with #C9A385
Text Example
Text Example
White with #C9A385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A385; }
p { color: rgb(201,163,133); }
H1.HeaderClassName
{
color: #C9A385;
}
.AnyTagClassName
{
color: #C9A385;
}
</style>
background-color css
<style>
a { background-color: #C9A385; }
a { background-color: rgb(201,163,133); }
div.DivClassName
{
background-color: #C9A385;
}
.BgClassName
{
background-color: #C9A385;
}
</style>
border-color css
<style>
span { border-color: #C9A385; }
span { border-color: rgb(201,163,133); }
td.TdClassName
{
border-color: #C9A385;
}
.TagClassName
{
border-color: #C9A385;
}
</style>