Shades of Rodeo Dust #C7A37F
Tints of Rodeo Dust #C7A37F
RGB
CMYK
RGB Variations
Color information
#C7A37F (or 0xC7A37F) is known color: Rodeo Dust. HEX triplet: C7, A3 and 7F. RGB value is (199,163,127). Sum of RGB (Red+Green+Blue) = 199+163+127=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A37F is #385C80. Grayscale: #A9A9A9. Windows color (decimal): -3693697 or 8364999. OLE color: 8364999.
HSL color Cylindrical-coordinate representation of color #C7A37F: hue angle of 30º 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 #C7A37F is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 127 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.22 |
| HSL | 30º | 0.39% | 0.64% | - |
| HSV(B) | 30º | 0.36% | 0.78% | - |
| XYZ | 40.48 | 39.87 | 25.64 | - |
| YUV | 169.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 127 | 0 | 0.18 | 0.36 | 0.22 | 30 | 0.39 | 0.64 |
| Hex | C7 | A3 | 7F | 0 | 12 | 24 | 16 | 1E | 27 | 40 |
| Octal | 307 | 243 | 177 | 0 | 22 | 44 | 26 | 36 | 47 | 100 |
| Binary | 11000111 | 10100011 | 1111111 | 0 | 10010 | 100100 | 10110 | 11110 | 100111 | 1000000 |
Color Harmonies of #C7A37F
Complementary color
Monochromatic Colors of #C7A37F
Black with #C7A37F
Text Example
Text Example
White with #C7A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A37F; }
p { color: rgb(199,163,127); }
H1.HeaderClassName
{
color: #C7A37F;
}
.AnyTagClassName
{
color: #C7A37F;
}
</style>
background-color css
<style>
a { background-color: #C7A37F; }
a { background-color: rgb(199,163,127); }
div.DivClassName
{
background-color: #C7A37F;
}
.BgClassName
{
background-color: #C7A37F;
}
</style>
border-color css
<style>
span { border-color: #C7A37F; }
span { border-color: rgb(199,163,127); }
td.TdClassName
{
border-color: #C7A37F;
}
.TagClassName
{
border-color: #C7A37F;
}
</style>