Shades of Rodeo Dust #C8AA8D
Tints of Rodeo Dust #C8AA8D
RGB
CMYK
RGB Variations
Color information
#C8AA8D (or 0xC8AA8D) is known color: Rodeo Dust. HEX triplet: C8, AA and 8D. RGB value is (200,170,141). Sum of RGB (Red+Green+Blue) = 200+170+141=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA8D is #375572. Grayscale: #AFAFAF. Windows color (decimal): -3626355 or 9284296. OLE color: 9284296.
HSL color Cylindrical-coordinate representation of color #C8AA8D: hue angle of 29.49º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8AA8D is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 141 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.22 |
| HSL | 29.49º | 0.35% | 0.67% | - |
| HSV(B) | 29.49º | 0.3% | 0.78% | - |
| XYZ | 43 | 42.95 | 31.22 | - |
| YUV | 175.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 141 | 0 | 0.15 | 0.29 | 0.22 | 29.49 | 0.35 | 0.67 |
| Hex | C8 | AA | 8D | 0 | F | 1D | 16 | 1D | 23 | 43 |
| Octal | 310 | 252 | 215 | 0 | 17 | 35 | 26 | 35 | 43 | 103 |
| Binary | 11001000 | 10101010 | 10001101 | 0 | 1111 | 11101 | 10110 | 11101 | 100011 | 1000011 |
Color Harmonies of #C8AA8D
Complementary color
Monochromatic Colors of #C8AA8D
Black with #C8AA8D
Text Example
Text Example
White with #C8AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA8D; }
p { color: rgb(200,170,141); }
H1.HeaderClassName
{
color: #C8AA8D;
}
.AnyTagClassName
{
color: #C8AA8D;
}
</style>
background-color css
<style>
a { background-color: #C8AA8D; }
a { background-color: rgb(200,170,141); }
div.DivClassName
{
background-color: #C8AA8D;
}
.BgClassName
{
background-color: #C8AA8D;
}
</style>
border-color css
<style>
span { border-color: #C8AA8D; }
span { border-color: rgb(200,170,141); }
td.TdClassName
{
border-color: #C8AA8D;
}
.TagClassName
{
border-color: #C8AA8D;
}
</style>