Shades of Rodeo Dust #C5AA8D
Tints of Rodeo Dust #C5AA8D
RGB
CMYK
RGB Variations
Color information
#C5AA8D (or 0xC5AA8D) is known color: Rodeo Dust. HEX triplet: C5, AA and 8D. RGB value is (197,170,141). Sum of RGB (Red+Green+Blue) = 197+170+141=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AA8D is #3A5572. Grayscale: #AEAEAE. Windows color (decimal): -3822963 or 9284293. OLE color: 9284293.
HSL color Cylindrical-coordinate representation of color #C5AA8D: hue angle of 31.07º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AA8D is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 141 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.23 |
| HSL | 31.07º | 0.33% | 0.66% | - |
| HSV(B) | 31.07º | 0.28% | 0.77% | - |
| XYZ | 42.21 | 42.54 | 31.19 | - |
| YUV | 174.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 141 | 0 | 0.14 | 0.28 | 0.23 | 31.07 | 0.33 | 0.66 |
| Hex | C5 | AA | 8D | 0 | E | 1C | 17 | 1F | 21 | 42 |
| Octal | 305 | 252 | 215 | 0 | 16 | 34 | 27 | 37 | 41 | 102 |
| Binary | 11000101 | 10101010 | 10001101 | 0 | 1110 | 11100 | 10111 | 11111 | 100001 | 1000010 |
Color Harmonies of #C5AA8D
Complementary color
Monochromatic Colors of #C5AA8D
Black with #C5AA8D
Text Example
Text Example
White with #C5AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA8D; }
p { color: rgb(197,170,141); }
H1.HeaderClassName
{
color: #C5AA8D;
}
.AnyTagClassName
{
color: #C5AA8D;
}
</style>
background-color css
<style>
a { background-color: #C5AA8D; }
a { background-color: rgb(197,170,141); }
div.DivClassName
{
background-color: #C5AA8D;
}
.BgClassName
{
background-color: #C5AA8D;
}
</style>
border-color css
<style>
span { border-color: #C5AA8D; }
span { border-color: rgb(197,170,141); }
td.TdClassName
{
border-color: #C5AA8D;
}
.TagClassName
{
border-color: #C5AA8D;
}
</style>