Shades of Rodeo Dust #C7A07F
Tints of Rodeo Dust #C7A07F
RGB
CMYK
RGB Variations
Color information
#C7A07F (or 0xC7A07F) is known color: Rodeo Dust. HEX triplet: C7, A0 and 7F. RGB value is (199,160,127). Sum of RGB (Red+Green+Blue) = 199+160+127=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A07F is #385F80. Grayscale: #A8A8A8. Windows color (decimal): -3694465 or 8364231. OLE color: 8364231.
HSL color Cylindrical-coordinate representation of color #C7A07F: hue angle of 27.5º 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 #C7A07F is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 127 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.22 |
| HSL | 27.5º | 0.39% | 0.64% | - |
| HSV(B) | 27.5º | 0.36% | 0.78% | - |
| XYZ | 39.95 | 38.82 | 25.47 | - |
| YUV | 167.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 127 | 0 | 0.20 | 0.36 | 0.22 | 27.5 | 0.39 | 0.64 |
| Hex | C7 | A0 | 7F | 0 | 14 | 24 | 16 | 1C | 27 | 40 |
| Octal | 307 | 240 | 177 | 0 | 24 | 44 | 26 | 34 | 47 | 100 |
| Binary | 11000111 | 10100000 | 1111111 | 0 | 10100 | 100100 | 10110 | 11100 | 100111 | 1000000 |
Color Harmonies of #C7A07F
Complementary color
Monochromatic Colors of #C7A07F
Black with #C7A07F
Text Example
Text Example
White with #C7A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A07F; }
p { color: rgb(199,160,127); }
H1.HeaderClassName
{
color: #C7A07F;
}
.AnyTagClassName
{
color: #C7A07F;
}
</style>
background-color css
<style>
a { background-color: #C7A07F; }
a { background-color: rgb(199,160,127); }
div.DivClassName
{
background-color: #C7A07F;
}
.BgClassName
{
background-color: #C7A07F;
}
</style>
border-color css
<style>
span { border-color: #C7A07F; }
span { border-color: rgb(199,160,127); }
td.TdClassName
{
border-color: #C7A07F;
}
.TagClassName
{
border-color: #C7A07F;
}
</style>