Shades of Rodeo Dust #C0A17F
Tints of Rodeo Dust #C0A17F
RGB
CMYK
RGB Variations
Color information
#C0A17F (or 0xC0A17F) is known color: Rodeo Dust. HEX triplet: C0, A1 and 7F. RGB value is (192,161,127). Sum of RGB (Red+Green+Blue) = 192+161+127=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A17F is #3F5E80. Grayscale: #A6A6A6. Windows color (decimal): -4152961 or 8364480. OLE color: 8364480.
HSL color Cylindrical-coordinate representation of color #C0A17F: hue angle of 31.38º 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 #C0A17F is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 127 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.25 |
| HSL | 31.38º | 0.34% | 0.63% | - |
| HSV(B) | 31.38º | 0.34% | 0.75% | - |
| XYZ | 38.31 | 38.23 | 25.44 | - |
| YUV | 166.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 127 | 0 | 0.16 | 0.34 | 0.25 | 31.38 | 0.34 | 0.63 |
| Hex | C0 | A1 | 7F | 0 | 10 | 22 | 19 | 1F | 22 | 3F |
| Octal | 300 | 241 | 177 | 0 | 20 | 42 | 31 | 37 | 42 | 77 |
| Binary | 11000000 | 10100001 | 1111111 | 0 | 10000 | 100010 | 11001 | 11111 | 100010 | 111111 |
Color Harmonies of #C0A17F
Complementary color
Monochromatic Colors of #C0A17F
Black with #C0A17F
Text Example
Text Example
White with #C0A17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A17F; }
p { color: rgb(192,161,127); }
H1.HeaderClassName
{
color: #C0A17F;
}
.AnyTagClassName
{
color: #C0A17F;
}
</style>
background-color css
<style>
a { background-color: #C0A17F; }
a { background-color: rgb(192,161,127); }
div.DivClassName
{
background-color: #C0A17F;
}
.BgClassName
{
background-color: #C0A17F;
}
</style>
border-color css
<style>
span { border-color: #C0A17F; }
span { border-color: rgb(192,161,127); }
td.TdClassName
{
border-color: #C0A17F;
}
.TagClassName
{
border-color: #C0A17F;
}
</style>