Shades of Rodeo Dust #C5A17F
Tints of Rodeo Dust #C5A17F
RGB
CMYK
RGB Variations
Color information
#C5A17F (or 0xC5A17F) is known color: Rodeo Dust. HEX triplet: C5, A1 and 7F. RGB value is (197,161,127). Sum of RGB (Red+Green+Blue) = 197+161+127=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A17F is #3A5E80. Grayscale: #A8A8A8. Windows color (decimal): -3825281 or 8364485. OLE color: 8364485.
HSL color Cylindrical-coordinate representation of color #C5A17F: hue angle of 29.14º 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 #C5A17F is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 127 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.23 |
| HSL | 29.14º | 0.38% | 0.64% | - |
| HSV(B) | 29.14º | 0.36% | 0.77% | - |
| XYZ | 39.6 | 38.89 | 25.5 | - |
| YUV | 167.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 127 | 0 | 0.18 | 0.36 | 0.23 | 29.14 | 0.38 | 0.64 |
| Hex | C5 | A1 | 7F | 0 | 12 | 24 | 17 | 1D | 26 | 40 |
| Octal | 305 | 241 | 177 | 0 | 22 | 44 | 27 | 35 | 46 | 100 |
| Binary | 11000101 | 10100001 | 1111111 | 0 | 10010 | 100100 | 10111 | 11101 | 100110 | 1000000 |
Color Harmonies of #C5A17F
Complementary color
Monochromatic Colors of #C5A17F
Black with #C5A17F
Text Example
Text Example
White with #C5A17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A17F; }
p { color: rgb(197,161,127); }
H1.HeaderClassName
{
color: #C5A17F;
}
.AnyTagClassName
{
color: #C5A17F;
}
</style>
background-color css
<style>
a { background-color: #C5A17F; }
a { background-color: rgb(197,161,127); }
div.DivClassName
{
background-color: #C5A17F;
}
.BgClassName
{
background-color: #C5A17F;
}
</style>
border-color css
<style>
span { border-color: #C5A17F; }
span { border-color: rgb(197,161,127); }
td.TdClassName
{
border-color: #C5A17F;
}
.TagClassName
{
border-color: #C5A17F;
}
</style>