Shades of Rodeo Dust #C0A08C
Tints of Rodeo Dust #C0A08C
RGB
CMYK
RGB Variations
Color information
#C0A08C (or 0xC0A08C) is known color: Rodeo Dust. HEX triplet: C0, A0 and 8C. RGB value is (192,160,140). Sum of RGB (Red+Green+Blue) = 192+160+140=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A08C is #3F5F73. Grayscale: #A7A7A7. Windows color (decimal): -4153204 or 9216192. OLE color: 9216192.
HSL color Cylindrical-coordinate representation of color #C0A08C: hue angle of 23.08º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0A08C is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 140 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.25 |
| HSL | 23.08º | 0.29% | 0.65% | - |
| HSV(B) | 23.08º | 0.27% | 0.75% | - |
| XYZ | 39.04 | 38.24 | 30.13 | - |
| YUV | 167.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 140 | 0 | 0.17 | 0.27 | 0.25 | 23.08 | 0.29 | 0.65 |
| Hex | C0 | A0 | 8C | 0 | 11 | 1B | 19 | 17 | 1D | 41 |
| Octal | 300 | 240 | 214 | 0 | 21 | 33 | 31 | 27 | 35 | 101 |
| Binary | 11000000 | 10100000 | 10001100 | 0 | 10001 | 11011 | 11001 | 10111 | 11101 | 1000001 |
Color Harmonies of #C0A08C
Complementary color
Monochromatic Colors of #C0A08C
Black with #C0A08C
Text Example
Text Example
White with #C0A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A08C; }
p { color: rgb(192,160,140); }
H1.HeaderClassName
{
color: #C0A08C;
}
.AnyTagClassName
{
color: #C0A08C;
}
</style>
background-color css
<style>
a { background-color: #C0A08C; }
a { background-color: rgb(192,160,140); }
div.DivClassName
{
background-color: #C0A08C;
}
.BgClassName
{
background-color: #C0A08C;
}
</style>
border-color css
<style>
span { border-color: #C0A08C; }
span { border-color: rgb(192,160,140); }
td.TdClassName
{
border-color: #C0A08C;
}
.TagClassName
{
border-color: #C0A08C;
}
</style>