Shades of Rodeo Dust #C8AA8E
Tints of Rodeo Dust #C8AA8E
RGB
CMYK
RGB Variations
Color information
#C8AA8E (or 0xC8AA8E) is known color: Rodeo Dust. HEX triplet: C8, AA and 8E. RGB value is (200,170,142). Sum of RGB (Red+Green+Blue) = 200+170+142=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA8E is #375571. Grayscale: #AFAFAF. Windows color (decimal): -3626354 or 9349832. OLE color: 9349832.
HSL color Cylindrical-coordinate representation of color #C8AA8E: hue angle of 28.97º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8AA8E is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 142 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.22 |
| HSL | 28.97º | 0.35% | 0.67% | - |
| HSV(B) | 28.97º | 0.29% | 0.78% | - |
| XYZ | 43.08 | 42.98 | 31.62 | - |
| YUV | 175.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 142 | 0 | 0.15 | 0.29 | 0.22 | 28.97 | 0.35 | 0.67 |
| Hex | C8 | AA | 8E | 0 | F | 1D | 16 | 1D | 23 | 43 |
| Octal | 310 | 252 | 216 | 0 | 17 | 35 | 26 | 35 | 43 | 103 |
| Binary | 11001000 | 10101010 | 10001110 | 0 | 1111 | 11101 | 10110 | 11101 | 100011 | 1000011 |
Color Harmonies of #C8AA8E
Complementary color
Monochromatic Colors of #C8AA8E
Black with #C8AA8E
Text Example
Text Example
White with #C8AA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA8E; }
p { color: rgb(200,170,142); }
H1.HeaderClassName
{
color: #C8AA8E;
}
.AnyTagClassName
{
color: #C8AA8E;
}
</style>
background-color css
<style>
a { background-color: #C8AA8E; }
a { background-color: rgb(200,170,142); }
div.DivClassName
{
background-color: #C8AA8E;
}
.BgClassName
{
background-color: #C8AA8E;
}
</style>
border-color css
<style>
span { border-color: #C8AA8E; }
span { border-color: rgb(200,170,142); }
td.TdClassName
{
border-color: #C8AA8E;
}
.TagClassName
{
border-color: #C8AA8E;
}
</style>