Shades of Rodeo Dust #C5A07F
Tints of Rodeo Dust #C5A07F
RGB
CMYK
RGB Variations
Color information
#C5A07F (or 0xC5A07F) is known color: Rodeo Dust. HEX triplet: C5, A0 and 7F. RGB value is (197,160,127). Sum of RGB (Red+Green+Blue) = 197+160+127=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A07F is #3A5F80. Grayscale: #A7A7A7. Windows color (decimal): -3825537 or 8364229. OLE color: 8364229.
HSL color Cylindrical-coordinate representation of color #C5A07F: hue angle of 28.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5A07F is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 127 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.23 |
| HSL | 28.29º | 0.38% | 0.64% | - |
| HSV(B) | 28.29º | 0.36% | 0.77% | - |
| XYZ | 39.43 | 38.54 | 25.44 | - |
| YUV | 167.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 127 | 0 | 0.19 | 0.36 | 0.23 | 28.29 | 0.38 | 0.64 |
| Hex | C5 | A0 | 7F | 0 | 13 | 24 | 17 | 1C | 26 | 40 |
| Octal | 305 | 240 | 177 | 0 | 23 | 44 | 27 | 34 | 46 | 100 |
| Binary | 11000101 | 10100000 | 1111111 | 0 | 10011 | 100100 | 10111 | 11100 | 100110 | 1000000 |
Color Harmonies of #C5A07F
Complementary color
Monochromatic Colors of #C5A07F
Black with #C5A07F
Text Example
Text Example
White with #C5A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A07F; }
p { color: rgb(197,160,127); }
H1.HeaderClassName
{
color: #C5A07F;
}
.AnyTagClassName
{
color: #C5A07F;
}
</style>
background-color css
<style>
a { background-color: #C5A07F; }
a { background-color: rgb(197,160,127); }
div.DivClassName
{
background-color: #C5A07F;
}
.BgClassName
{
background-color: #C5A07F;
}
</style>
border-color css
<style>
span { border-color: #C5A07F; }
span { border-color: rgb(197,160,127); }
td.TdClassName
{
border-color: #C5A07F;
}
.TagClassName
{
border-color: #C5A07F;
}
</style>