Shades of Rodeo Dust #C4AA85
Tints of Rodeo Dust #C4AA85
RGB
CMYK
RGB Variations
Color information
#C4AA85 (or 0xC4AA85) is known color: Rodeo Dust. HEX triplet: C4, AA and 85. RGB value is (196,170,133). Sum of RGB (Red+Green+Blue) = 196+170+133=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AA85 is #3B557A. Grayscale: #ADADAD. Windows color (decimal): -3888507 or 8760004. OLE color: 8760004.
HSL color Cylindrical-coordinate representation of color #C4AA85: hue angle of 35.24º degrees, saturation: 0.35, 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 #C4AA85 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 133 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.23 |
| HSL | 35.24º | 0.35% | 0.65% | - |
| HSV(B) | 35.24º | 0.32% | 0.77% | - |
| XYZ | 41.37 | 42.18 | 28.15 | - |
| YUV | 173.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 133 | 0 | 0.13 | 0.32 | 0.23 | 35.24 | 0.35 | 0.65 |
| Hex | C4 | AA | 85 | 0 | D | 20 | 17 | 23 | 23 | 41 |
| Octal | 304 | 252 | 205 | 0 | 15 | 40 | 27 | 43 | 43 | 101 |
| Binary | 11000100 | 10101010 | 10000101 | 0 | 1101 | 100000 | 10111 | 100011 | 100011 | 1000001 |
Color Harmonies of #C4AA85
Complementary color
Monochromatic Colors of #C4AA85
Black with #C4AA85
Text Example
Text Example
White with #C4AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AA85; }
p { color: rgb(196,170,133); }
H1.HeaderClassName
{
color: #C4AA85;
}
.AnyTagClassName
{
color: #C4AA85;
}
</style>
background-color css
<style>
a { background-color: #C4AA85; }
a { background-color: rgb(196,170,133); }
div.DivClassName
{
background-color: #C4AA85;
}
.BgClassName
{
background-color: #C4AA85;
}
</style>
border-color css
<style>
span { border-color: #C4AA85; }
span { border-color: rgb(196,170,133); }
td.TdClassName
{
border-color: #C4AA85;
}
.TagClassName
{
border-color: #C4AA85;
}
</style>