Shades of Rodeo Dust #C0A57F
Tints of Rodeo Dust #C0A57F
RGB
CMYK
RGB Variations
Color information
#C0A57F (or 0xC0A57F) is known color: Rodeo Dust. HEX triplet: C0, A5 and 7F. RGB value is (192,165,127). Sum of RGB (Red+Green+Blue) = 192+165+127=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A57F is #3F5A80. Grayscale: #A8A8A8. Windows color (decimal): -4151937 or 8365504. OLE color: 8365504.
HSL color Cylindrical-coordinate representation of color #C0A57F: hue angle of 35.08º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0A57F is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 127 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.25 |
| HSL | 35.08º | 0.34% | 0.63% | - |
| HSV(B) | 35.08º | 0.34% | 0.75% | - |
| XYZ | 39.02 | 39.65 | 25.67 | - |
| YUV | 168.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 127 | 0 | 0.14 | 0.34 | 0.25 | 35.08 | 0.34 | 0.63 |
| Hex | C0 | A5 | 7F | 0 | E | 22 | 19 | 23 | 22 | 3F |
| Octal | 300 | 245 | 177 | 0 | 16 | 42 | 31 | 43 | 42 | 77 |
| Binary | 11000000 | 10100101 | 1111111 | 0 | 1110 | 100010 | 11001 | 100011 | 100010 | 111111 |
Color Harmonies of #C0A57F
Complementary color
Monochromatic Colors of #C0A57F
Black with #C0A57F
Text Example
Text Example
White with #C0A57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A57F; }
p { color: rgb(192,165,127); }
H1.HeaderClassName
{
color: #C0A57F;
}
.AnyTagClassName
{
color: #C0A57F;
}
</style>
background-color css
<style>
a { background-color: #C0A57F; }
a { background-color: rgb(192,165,127); }
div.DivClassName
{
background-color: #C0A57F;
}
.BgClassName
{
background-color: #C0A57F;
}
</style>
border-color css
<style>
span { border-color: #C0A57F; }
span { border-color: rgb(192,165,127); }
td.TdClassName
{
border-color: #C0A57F;
}
.TagClassName
{
border-color: #C0A57F;
}
</style>