Shades of Rodeo Dust #C7AA86
Tints of Rodeo Dust #C7AA86
RGB
CMYK
RGB Variations
Color information
#C7AA86 (or 0xC7AA86) is known color: Rodeo Dust. HEX triplet: C7, AA and 86. RGB value is (199,170,134). Sum of RGB (Red+Green+Blue) = 199+170+134=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AA86 is #385579. Grayscale: #AEAEAE. Windows color (decimal): -3691898 or 8825543. OLE color: 8825543.
HSL color Cylindrical-coordinate representation of color #C7AA86: hue angle of 33.23º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7AA86 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 134 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.22 |
| HSL | 33.23º | 0.37% | 0.65% | - |
| HSV(B) | 33.23º | 0.33% | 0.78% | - |
| XYZ | 42.23 | 42.61 | 28.55 | - |
| YUV | 174.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 134 | 0 | 0.15 | 0.33 | 0.22 | 33.23 | 0.37 | 0.65 |
| Hex | C7 | AA | 86 | 0 | F | 21 | 16 | 21 | 25 | 41 |
| Octal | 307 | 252 | 206 | 0 | 17 | 41 | 26 | 41 | 45 | 101 |
| Binary | 11000111 | 10101010 | 10000110 | 0 | 1111 | 100001 | 10110 | 100001 | 100101 | 1000001 |
Color Harmonies of #C7AA86
Complementary color
Monochromatic Colors of #C7AA86
Black with #C7AA86
Text Example
Text Example
White with #C7AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA86; }
p { color: rgb(199,170,134); }
H1.HeaderClassName
{
color: #C7AA86;
}
.AnyTagClassName
{
color: #C7AA86;
}
</style>
background-color css
<style>
a { background-color: #C7AA86; }
a { background-color: rgb(199,170,134); }
div.DivClassName
{
background-color: #C7AA86;
}
.BgClassName
{
background-color: #C7AA86;
}
</style>
border-color css
<style>
span { border-color: #C7AA86; }
span { border-color: rgb(199,170,134); }
td.TdClassName
{
border-color: #C7AA86;
}
.TagClassName
{
border-color: #C7AA86;
}
</style>