Shades of Rodeo Dust #C2A786
Tints of Rodeo Dust #C2A786
RGB
CMYK
RGB Variations
Color information
#C2A786 (or 0xC2A786) is known color: Rodeo Dust. HEX triplet: C2, A7 and 86. RGB value is (194,167,134). Sum of RGB (Red+Green+Blue) = 194+167+134=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A786 is #3D5879. Grayscale: #ABABAB. Windows color (decimal): -4020346 or 8824770. OLE color: 8824770.
HSL color Cylindrical-coordinate representation of color #C2A786: hue angle of 33º 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 #C2A786 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 134 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.24 |
| HSL | 33º | 0.33% | 0.64% | - |
| HSV(B) | 33º | 0.31% | 0.76% | - |
| XYZ | 40.37 | 40.83 | 28.31 | - |
| YUV | 171.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 134 | 0 | 0.14 | 0.31 | 0.24 | 33 | 0.33 | 0.64 |
| Hex | C2 | A7 | 86 | 0 | E | 1F | 18 | 21 | 21 | 40 |
| Octal | 302 | 247 | 206 | 0 | 16 | 37 | 30 | 41 | 41 | 100 |
| Binary | 11000010 | 10100111 | 10000110 | 0 | 1110 | 11111 | 11000 | 100001 | 100001 | 1000000 |
Color Harmonies of #C2A786
Complementary color
Monochromatic Colors of #C2A786
Black with #C2A786
Text Example
Text Example
White with #C2A786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A786; }
p { color: rgb(194,167,134); }
H1.HeaderClassName
{
color: #C2A786;
}
.AnyTagClassName
{
color: #C2A786;
}
</style>
background-color css
<style>
a { background-color: #C2A786; }
a { background-color: rgb(194,167,134); }
div.DivClassName
{
background-color: #C2A786;
}
.BgClassName
{
background-color: #C2A786;
}
</style>
border-color css
<style>
span { border-color: #C2A786; }
span { border-color: rgb(194,167,134); }
td.TdClassName
{
border-color: #C2A786;
}
.TagClassName
{
border-color: #C2A786;
}
</style>