Shades of Rodeo Dust #C9AB85
Tints of Rodeo Dust #C9AB85
RGB
CMYK
RGB Variations
Color information
#C9AB85 (or 0xC9AB85) is known color: Rodeo Dust. HEX triplet: C9, AB and 85. RGB value is (201,171,133). Sum of RGB (Red+Green+Blue) = 201+171+133=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AB85 is #36547A. Grayscale: #AFAFAF. Windows color (decimal): -3560571 or 8760265. OLE color: 8760265.
HSL color Cylindrical-coordinate representation of color #C9AB85: hue angle of 33.53º 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 #C9AB85 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 133 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.21 |
| HSL | 33.53º | 0.39% | 0.65% | - |
| HSV(B) | 33.53º | 0.34% | 0.79% | - |
| XYZ | 42.88 | 43.24 | 28.28 | - |
| YUV | 175.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 133 | 0 | 0.15 | 0.34 | 0.21 | 33.53 | 0.39 | 0.65 |
| Hex | C9 | AB | 85 | 0 | F | 22 | 15 | 22 | 27 | 41 |
| Octal | 311 | 253 | 205 | 0 | 17 | 42 | 25 | 42 | 47 | 101 |
| Binary | 11001001 | 10101011 | 10000101 | 0 | 1111 | 100010 | 10101 | 100010 | 100111 | 1000001 |
Color Harmonies of #C9AB85
Complementary color
Monochromatic Colors of #C9AB85
Black with #C9AB85
Text Example
Text Example
White with #C9AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB85; }
p { color: rgb(201,171,133); }
H1.HeaderClassName
{
color: #C9AB85;
}
.AnyTagClassName
{
color: #C9AB85;
}
</style>
background-color css
<style>
a { background-color: #C9AB85; }
a { background-color: rgb(201,171,133); }
div.DivClassName
{
background-color: #C9AB85;
}
.BgClassName
{
background-color: #C9AB85;
}
</style>
border-color css
<style>
span { border-color: #C9AB85; }
span { border-color: rgb(201,171,133); }
td.TdClassName
{
border-color: #C9AB85;
}
.TagClassName
{
border-color: #C9AB85;
}
</style>