Shades of Rodeo Dust #C2A686
Tints of Rodeo Dust #C2A686
RGB
CMYK
RGB Variations
Color information
#C2A686 (or 0xC2A686) is known color: Rodeo Dust. HEX triplet: C2, A6 and 86. RGB value is (194,166,134). Sum of RGB (Red+Green+Blue) = 194+166+134=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A686 is #3D5979. Grayscale: #AAAAAA. Windows color (decimal): -4020602 or 8824514. OLE color: 8824514.
HSL color Cylindrical-coordinate representation of color #C2A686: hue angle of 32º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2A686 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 134 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.24 |
| HSL | 32º | 0.33% | 0.64% | - |
| HSV(B) | 32º | 0.31% | 0.76% | - |
| XYZ | 40.19 | 40.46 | 28.25 | - |
| YUV | 170.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 134 | 0 | 0.14 | 0.31 | 0.24 | 32 | 0.33 | 0.64 |
| Hex | C2 | A6 | 86 | 0 | E | 1F | 18 | 20 | 21 | 40 |
| Octal | 302 | 246 | 206 | 0 | 16 | 37 | 30 | 40 | 41 | 100 |
| Binary | 11000010 | 10100110 | 10000110 | 0 | 1110 | 11111 | 11000 | 100000 | 100001 | 1000000 |
Color Harmonies of #C2A686
Complementary color
Monochromatic Colors of #C2A686
Black with #C2A686
Text Example
Text Example
White with #C2A686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A686; }
p { color: rgb(194,166,134); }
H1.HeaderClassName
{
color: #C2A686;
}
.AnyTagClassName
{
color: #C2A686;
}
</style>
background-color css
<style>
a { background-color: #C2A686; }
a { background-color: rgb(194,166,134); }
div.DivClassName
{
background-color: #C2A686;
}
.BgClassName
{
background-color: #C2A686;
}
</style>
border-color css
<style>
span { border-color: #C2A686; }
span { border-color: rgb(194,166,134); }
td.TdClassName
{
border-color: #C2A686;
}
.TagClassName
{
border-color: #C2A686;
}
</style>