Shades of Rodeo Dust #C5A77F
Tints of Rodeo Dust #C5A77F
RGB
CMYK
RGB Variations
Color information
#C5A77F (or 0xC5A77F) is known color: Rodeo Dust. HEX triplet: C5, A7 and 7F. RGB value is (197,167,127). Sum of RGB (Red+Green+Blue) = 197+167+127=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A77F is #3A5880. Grayscale: #ABABAB. Windows color (decimal): -3823745 or 8366021. OLE color: 8366021.
HSL color Cylindrical-coordinate representation of color #C5A77F: hue angle of 34.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 #C5A77F is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 127 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.23 |
| HSL | 34.29º | 0.38% | 0.64% | - |
| HSV(B) | 34.29º | 0.36% | 0.77% | - |
| XYZ | 40.68 | 41.04 | 25.86 | - |
| YUV | 171.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 127 | 0 | 0.15 | 0.36 | 0.23 | 34.29 | 0.38 | 0.64 |
| Hex | C5 | A7 | 7F | 0 | F | 24 | 17 | 22 | 26 | 40 |
| Octal | 305 | 247 | 177 | 0 | 17 | 44 | 27 | 42 | 46 | 100 |
| Binary | 11000101 | 10100111 | 1111111 | 0 | 1111 | 100100 | 10111 | 100010 | 100110 | 1000000 |
Color Harmonies of #C5A77F
Complementary color
Monochromatic Colors of #C5A77F
Black with #C5A77F
Text Example
Text Example
White with #C5A77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A77F; }
p { color: rgb(197,167,127); }
H1.HeaderClassName
{
color: #C5A77F;
}
.AnyTagClassName
{
color: #C5A77F;
}
</style>
background-color css
<style>
a { background-color: #C5A77F; }
a { background-color: rgb(197,167,127); }
div.DivClassName
{
background-color: #C5A77F;
}
.BgClassName
{
background-color: #C5A77F;
}
</style>
border-color css
<style>
span { border-color: #C5A77F; }
span { border-color: rgb(197,167,127); }
td.TdClassName
{
border-color: #C5A77F;
}
.TagClassName
{
border-color: #C5A77F;
}
</style>