Shades of Rodeo Dust #C8A77E
Tints of Rodeo Dust #C8A77E
RGB
CMYK
RGB Variations
Color information
#C8A77E (or 0xC8A77E) is known color: Rodeo Dust. HEX triplet: C8, A7 and 7E. RGB value is (200,167,126). Sum of RGB (Red+Green+Blue) = 200+167+126=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A77E is #375881. Grayscale: #ACACAC. Windows color (decimal): -3627138 or 8300488. OLE color: 8300488.
HSL color Cylindrical-coordinate representation of color #C8A77E: hue angle of 33.24º 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 #C8A77E is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 126 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.22 |
| HSL | 33.24º | 0.4% | 0.64% | - |
| HSV(B) | 33.24º | 0.37% | 0.78% | - |
| XYZ | 41.4 | 41.42 | 25.55 | - |
| YUV | 172.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 126 | 0 | 0.16 | 0.37 | 0.22 | 33.24 | 0.4 | 0.64 |
| Hex | C8 | A7 | 7E | 0 | 10 | 25 | 16 | 21 | 28 | 40 |
| Octal | 310 | 247 | 176 | 0 | 20 | 45 | 26 | 41 | 50 | 100 |
| Binary | 11001000 | 10100111 | 1111110 | 0 | 10000 | 100101 | 10110 | 100001 | 101000 | 1000000 |
Color Harmonies of #C8A77E
Complementary color
Monochromatic Colors of #C8A77E
Black with #C8A77E
Text Example
Text Example
White with #C8A77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A77E; }
p { color: rgb(200,167,126); }
H1.HeaderClassName
{
color: #C8A77E;
}
.AnyTagClassName
{
color: #C8A77E;
}
</style>
background-color css
<style>
a { background-color: #C8A77E; }
a { background-color: rgb(200,167,126); }
div.DivClassName
{
background-color: #C8A77E;
}
.BgClassName
{
background-color: #C8A77E;
}
</style>
border-color css
<style>
span { border-color: #C8A77E; }
span { border-color: rgb(200,167,126); }
td.TdClassName
{
border-color: #C8A77E;
}
.TagClassName
{
border-color: #C8A77E;
}
</style>