Shades of Rodeo Dust #C5AB85
Tints of Rodeo Dust #C5AB85
RGB
CMYK
RGB Variations
Color information
#C5AB85 (or 0xC5AB85) is known color: Rodeo Dust. HEX triplet: C5, AB and 85. RGB value is (197,171,133). Sum of RGB (Red+Green+Blue) = 197+171+133=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB85 is #3A547A. Grayscale: #AEAEAE. Windows color (decimal): -3822715 or 8760261. OLE color: 8760261.
HSL color Cylindrical-coordinate representation of color #C5AB85: hue angle of 35.62º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5AB85 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 133 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.23 |
| HSL | 35.63º | 0.36% | 0.65% | - |
| HSV(B) | 35.63º | 0.32% | 0.77% | - |
| XYZ | 41.82 | 42.69 | 28.23 | - |
| YUV | 174.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 133 | 0 | 0.13 | 0.32 | 0.23 | 35.63 | 0.36 | 0.65 |
| Hex | C5 | AB | 85 | 0 | D | 20 | 17 | 24 | 24 | 41 |
| Octal | 305 | 253 | 205 | 0 | 15 | 40 | 27 | 44 | 44 | 101 |
| Binary | 11000101 | 10101011 | 10000101 | 0 | 1101 | 100000 | 10111 | 100100 | 100100 | 1000001 |
Color Harmonies of #C5AB85
Complementary color
Monochromatic Colors of #C5AB85
Black with #C5AB85
Text Example
Text Example
White with #C5AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB85; }
p { color: rgb(197,171,133); }
H1.HeaderClassName
{
color: #C5AB85;
}
.AnyTagClassName
{
color: #C5AB85;
}
</style>
background-color css
<style>
a { background-color: #C5AB85; }
a { background-color: rgb(197,171,133); }
div.DivClassName
{
background-color: #C5AB85;
}
.BgClassName
{
background-color: #C5AB85;
}
</style>
border-color css
<style>
span { border-color: #C5AB85; }
span { border-color: rgb(197,171,133); }
td.TdClassName
{
border-color: #C5AB85;
}
.TagClassName
{
border-color: #C5AB85;
}
</style>