Shades of Rodeo Dust #C8A97E
Tints of Rodeo Dust #C8A97E
RGB
CMYK
RGB Variations
Color information
#C8A97E (or 0xC8A97E) is known color: Rodeo Dust. HEX triplet: C8, A9 and 7E. RGB value is (200,169,126). Sum of RGB (Red+Green+Blue) = 200+169+126=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A97E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A97E is #375681. Grayscale: #ADADAD. Windows color (decimal): -3626626 or 8301000. OLE color: 8301000.
HSL color Cylindrical-coordinate representation of color #C8A97E: hue angle of 34.86º 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 #C8A97E is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 126 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.22 |
| HSL | 34.86º | 0.4% | 0.64% | - |
| HSV(B) | 34.86º | 0.37% | 0.78% | - |
| XYZ | 41.77 | 42.16 | 25.67 | - |
| YUV | 173.37 | 101.27 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 126 | 0 | 0.16 | 0.37 | 0.22 | 34.86 | 0.4 | 0.64 |
| Hex | C8 | A9 | 7E | 0 | 10 | 25 | 16 | 23 | 28 | 40 |
| Octal | 310 | 251 | 176 | 0 | 20 | 45 | 26 | 43 | 50 | 100 |
| Binary | 11001000 | 10101001 | 1111110 | 0 | 10000 | 100101 | 10110 | 100011 | 101000 | 1000000 |
Color Harmonies of #C8A97E
Complementary color
Monochromatic Colors of #C8A97E
Black with #C8A97E
Text Example
Text Example
White with #C8A97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A97E; }
p { color: rgb(200,169,126); }
H1.HeaderClassName
{
color: #C8A97E;
}
.AnyTagClassName
{
color: #C8A97E;
}
</style>
background-color css
<style>
a { background-color: #C8A97E; }
a { background-color: rgb(200,169,126); }
div.DivClassName
{
background-color: #C8A97E;
}
.BgClassName
{
background-color: #C8A97E;
}
</style>
border-color css
<style>
span { border-color: #C8A97E; }
span { border-color: rgb(200,169,126); }
td.TdClassName
{
border-color: #C8A97E;
}
.TagClassName
{
border-color: #C8A97E;
}
</style>