Shades of Rodeo Dust #C2A987
Tints of Rodeo Dust #C2A987
RGB
CMYK
RGB Variations
Color information
#C2A987 (or 0xC2A987) is known color: Rodeo Dust. HEX triplet: C2, A9 and 87. RGB value is (194,169,135). Sum of RGB (Red+Green+Blue) = 194+169+135=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A987 is #3D5678. Grayscale: #ACACAC. Windows color (decimal): -4019833 or 8890818. OLE color: 8890818.
HSL color Cylindrical-coordinate representation of color #C2A987: hue angle of 34.58º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2A987 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 135 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.24 |
| HSL | 34.58º | 0.33% | 0.65% | - |
| HSV(B) | 34.58º | 0.3% | 0.76% | - |
| XYZ | 40.81 | 41.59 | 28.8 | - |
| YUV | 172.6 | 106.78 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 135 | 0 | 0.13 | 0.30 | 0.24 | 34.58 | 0.33 | 0.65 |
| Hex | C2 | A9 | 87 | 0 | D | 1E | 18 | 23 | 21 | 41 |
| Octal | 302 | 251 | 207 | 0 | 15 | 36 | 30 | 43 | 41 | 101 |
| Binary | 11000010 | 10101001 | 10000111 | 0 | 1101 | 11110 | 11000 | 100011 | 100001 | 1000001 |
Color Harmonies of #C2A987
Complementary color
Monochromatic Colors of #C2A987
Black with #C2A987
Text Example
Text Example
White with #C2A987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A987; }
p { color: rgb(194,169,135); }
H1.HeaderClassName
{
color: #C2A987;
}
.AnyTagClassName
{
color: #C2A987;
}
</style>
background-color css
<style>
a { background-color: #C2A987; }
a { background-color: rgb(194,169,135); }
div.DivClassName
{
background-color: #C2A987;
}
.BgClassName
{
background-color: #C2A987;
}
</style>
border-color css
<style>
span { border-color: #C2A987; }
span { border-color: rgb(194,169,135); }
td.TdClassName
{
border-color: #C2A987;
}
.TagClassName
{
border-color: #C2A987;
}
</style>