Shades of Rodeo Dust #C7A686
Tints of Rodeo Dust #C7A686
RGB
CMYK
RGB Variations
Color information
#C7A686 (or 0xC7A686) is known color: Rodeo Dust. HEX triplet: C7, A6 and 86. RGB value is (199,166,134). Sum of RGB (Red+Green+Blue) = 199+166+134=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A686 is #385979. Grayscale: #ACACAC. Windows color (decimal): -3692922 or 8824519. OLE color: 8824519.
HSL color Cylindrical-coordinate representation of color #C7A686: hue angle of 29.54º 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 #C7A686 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 134 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.22 |
| HSL | 29.54º | 0.37% | 0.65% | - |
| HSV(B) | 29.54º | 0.33% | 0.78% | - |
| XYZ | 41.49 | 41.14 | 28.31 | - |
| YUV | 172.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 134 | 0 | 0.17 | 0.33 | 0.22 | 29.54 | 0.37 | 0.65 |
| Hex | C7 | A6 | 86 | 0 | 11 | 21 | 16 | 1E | 25 | 41 |
| Octal | 307 | 246 | 206 | 0 | 21 | 41 | 26 | 36 | 45 | 101 |
| Binary | 11000111 | 10100110 | 10000110 | 0 | 10001 | 100001 | 10110 | 11110 | 100101 | 1000001 |
Color Harmonies of #C7A686
Complementary color
Monochromatic Colors of #C7A686
Black with #C7A686
Text Example
Text Example
White with #C7A686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A686; }
p { color: rgb(199,166,134); }
H1.HeaderClassName
{
color: #C7A686;
}
.AnyTagClassName
{
color: #C7A686;
}
</style>
background-color css
<style>
a { background-color: #C7A686; }
a { background-color: rgb(199,166,134); }
div.DivClassName
{
background-color: #C7A686;
}
.BgClassName
{
background-color: #C7A686;
}
</style>
border-color css
<style>
span { border-color: #C7A686; }
span { border-color: rgb(199,166,134); }
td.TdClassName
{
border-color: #C7A686;
}
.TagClassName
{
border-color: #C7A686;
}
</style>