Shades of Rodeo Dust #C7A87F
Tints of Rodeo Dust #C7A87F
RGB
CMYK
RGB Variations
Color information
#C7A87F (or 0xC7A87F) is known color: Rodeo Dust. HEX triplet: C7, A8 and 7F. RGB value is (199,168,127). Sum of RGB (Red+Green+Blue) = 199+168+127=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A87F is #385780. Grayscale: #ACACAC. Windows color (decimal): -3692417 or 8366279. OLE color: 8366279.
HSL color Cylindrical-coordinate representation of color #C7A87F: hue angle of 34.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7A87F is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 127 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.22 |
| HSL | 34.17º | 0.39% | 0.64% | - |
| HSV(B) | 34.17º | 0.36% | 0.78% | - |
| XYZ | 41.39 | 41.68 | 25.94 | - |
| YUV | 172.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 127 | 0 | 0.16 | 0.36 | 0.22 | 34.17 | 0.39 | 0.64 |
| Hex | C7 | A8 | 7F | 0 | 10 | 24 | 16 | 22 | 27 | 40 |
| Octal | 307 | 250 | 177 | 0 | 20 | 44 | 26 | 42 | 47 | 100 |
| Binary | 11000111 | 10101000 | 1111111 | 0 | 10000 | 100100 | 10110 | 100010 | 100111 | 1000000 |
Color Harmonies of #C7A87F
Complementary color
Monochromatic Colors of #C7A87F
Black with #C7A87F
Text Example
Text Example
White with #C7A87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A87F; }
p { color: rgb(199,168,127); }
H1.HeaderClassName
{
color: #C7A87F;
}
.AnyTagClassName
{
color: #C7A87F;
}
</style>
background-color css
<style>
a { background-color: #C7A87F; }
a { background-color: rgb(199,168,127); }
div.DivClassName
{
background-color: #C7A87F;
}
.BgClassName
{
background-color: #C7A87F;
}
</style>
border-color css
<style>
span { border-color: #C7A87F; }
span { border-color: rgb(199,168,127); }
td.TdClassName
{
border-color: #C7A87F;
}
.TagClassName
{
border-color: #C7A87F;
}
</style>