Shades of Rodeo Dust #C8AA7E
Tints of Rodeo Dust #C8AA7E
RGB
CMYK
RGB Variations
Color information
#C8AA7E (or 0xC8AA7E) is known color: Rodeo Dust. HEX triplet: C8, AA and 7E. RGB value is (200,170,126). Sum of RGB (Red+Green+Blue) = 200+170+126=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA7E is #375581. Grayscale: #AEAEAE. Windows color (decimal): -3626370 or 8301256. OLE color: 8301256.
HSL color Cylindrical-coordinate representation of color #C8AA7E: hue angle of 35.68º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8AA7E is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 126 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.22 |
| HSL | 35.68º | 0.4% | 0.64% | - |
| HSV(B) | 35.68º | 0.37% | 0.78% | - |
| XYZ | 41.96 | 42.54 | 25.74 | - |
| YUV | 173.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 126 | 0 | 0.15 | 0.37 | 0.22 | 35.68 | 0.4 | 0.64 |
| Hex | C8 | AA | 7E | 0 | F | 25 | 16 | 24 | 28 | 40 |
| Octal | 310 | 252 | 176 | 0 | 17 | 45 | 26 | 44 | 50 | 100 |
| Binary | 11001000 | 10101010 | 1111110 | 0 | 1111 | 100101 | 10110 | 100100 | 101000 | 1000000 |
Color Harmonies of #C8AA7E
Complementary color
Monochromatic Colors of #C8AA7E
Black with #C8AA7E
Text Example
Text Example
White with #C8AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA7E; }
p { color: rgb(200,170,126); }
H1.HeaderClassName
{
color: #C8AA7E;
}
.AnyTagClassName
{
color: #C8AA7E;
}
</style>
background-color css
<style>
a { background-color: #C8AA7E; }
a { background-color: rgb(200,170,126); }
div.DivClassName
{
background-color: #C8AA7E;
}
.BgClassName
{
background-color: #C8AA7E;
}
</style>
border-color css
<style>
span { border-color: #C8AA7E; }
span { border-color: rgb(200,170,126); }
td.TdClassName
{
border-color: #C8AA7E;
}
.TagClassName
{
border-color: #C8AA7E;
}
</style>