Shades of Rodeo Dust #C2AA8D
Tints of Rodeo Dust #C2AA8D
RGB
CMYK
RGB Variations
Color information
#C2AA8D (or 0xC2AA8D) is known color: Rodeo Dust. HEX triplet: C2, AA and 8D. RGB value is (194,170,141). Sum of RGB (Red+Green+Blue) = 194+170+141=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AA8D is #3D5572. Grayscale: #AEAEAE. Windows color (decimal): -4019571 or 9284290. OLE color: 9284290.
HSL color Cylindrical-coordinate representation of color #C2AA8D: hue angle of 32.83º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2AA8D is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 141 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.24 |
| HSL | 32.83º | 0.3% | 0.66% | - |
| HSV(B) | 32.83º | 0.27% | 0.76% | - |
| XYZ | 41.43 | 42.14 | 31.15 | - |
| YUV | 173.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 141 | 0 | 0.12 | 0.27 | 0.24 | 32.83 | 0.3 | 0.66 |
| Hex | C2 | AA | 8D | 0 | C | 1B | 18 | 21 | 1E | 42 |
| Octal | 302 | 252 | 215 | 0 | 14 | 33 | 30 | 41 | 36 | 102 |
| Binary | 11000010 | 10101010 | 10001101 | 0 | 1100 | 11011 | 11000 | 100001 | 11110 | 1000010 |
Color Harmonies of #C2AA8D
Complementary color
Monochromatic Colors of #C2AA8D
Black with #C2AA8D
Text Example
Text Example
White with #C2AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA8D; }
p { color: rgb(194,170,141); }
H1.HeaderClassName
{
color: #C2AA8D;
}
.AnyTagClassName
{
color: #C2AA8D;
}
</style>
background-color css
<style>
a { background-color: #C2AA8D; }
a { background-color: rgb(194,170,141); }
div.DivClassName
{
background-color: #C2AA8D;
}
.BgClassName
{
background-color: #C2AA8D;
}
</style>
border-color css
<style>
span { border-color: #C2AA8D; }
span { border-color: rgb(194,170,141); }
td.TdClassName
{
border-color: #C2AA8D;
}
.TagClassName
{
border-color: #C2AA8D;
}
</style>