Shades of Rodeo Dust #C9A77F
Tints of Rodeo Dust #C9A77F
RGB
CMYK
RGB Variations
Color information
#C9A77F (or 0xC9A77F) is known color: Rodeo Dust. HEX triplet: C9, A7 and 7F. RGB value is (201,167,127). Sum of RGB (Red+Green+Blue) = 201+167+127=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A77F is #365880. Grayscale: #ACACAC. Windows color (decimal): -3561601 or 8366025. OLE color: 8366025.
HSL color Cylindrical-coordinate representation of color #C9A77F: hue angle of 32.43º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9A77F is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 127 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.21 |
| HSL | 32.43º | 0.41% | 0.64% | - |
| HSV(B) | 32.43º | 0.37% | 0.79% | - |
| XYZ | 41.74 | 41.59 | 25.91 | - |
| YUV | 172.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 127 | 0 | 0.17 | 0.37 | 0.21 | 32.43 | 0.41 | 0.64 |
| Hex | C9 | A7 | 7F | 0 | 11 | 25 | 15 | 20 | 29 | 40 |
| Octal | 311 | 247 | 177 | 0 | 21 | 45 | 25 | 40 | 51 | 100 |
| Binary | 11001001 | 10100111 | 1111111 | 0 | 10001 | 100101 | 10101 | 100000 | 101001 | 1000000 |
Color Harmonies of #C9A77F
Complementary color
Monochromatic Colors of #C9A77F
Black with #C9A77F
Text Example
Text Example
White with #C9A77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A77F; }
p { color: rgb(201,167,127); }
H1.HeaderClassName
{
color: #C9A77F;
}
.AnyTagClassName
{
color: #C9A77F;
}
</style>
background-color css
<style>
a { background-color: #C9A77F; }
a { background-color: rgb(201,167,127); }
div.DivClassName
{
background-color: #C9A77F;
}
.BgClassName
{
background-color: #C9A77F;
}
</style>
border-color css
<style>
span { border-color: #C9A77F; }
span { border-color: rgb(201,167,127); }
td.TdClassName
{
border-color: #C9A77F;
}
.TagClassName
{
border-color: #C9A77F;
}
</style>