Shades of Rodeo Dust #C0A08A
Tints of Rodeo Dust #C0A08A
RGB
CMYK
RGB Variations
Color information
#C0A08A (or 0xC0A08A) is known color: Rodeo Dust. HEX triplet: C0, A0 and 8A. RGB value is (192,160,138). Sum of RGB (Red+Green+Blue) = 192+160+138=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A08A is #3F5F75. Grayscale: #A7A7A7. Windows color (decimal): -4153206 or 9085120. OLE color: 9085120.
HSL color Cylindrical-coordinate representation of color #C0A08A: hue angle of 24.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0A08A is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 138 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.25 |
| HSL | 24.44º | 0.3% | 0.65% | - |
| HSV(B) | 24.44º | 0.28% | 0.75% | - |
| XYZ | 38.9 | 38.18 | 29.36 | - |
| YUV | 167.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 138 | 0 | 0.17 | 0.28 | 0.25 | 24.44 | 0.3 | 0.65 |
| Hex | C0 | A0 | 8A | 0 | 11 | 1C | 19 | 18 | 1E | 41 |
| Octal | 300 | 240 | 212 | 0 | 21 | 34 | 31 | 30 | 36 | 101 |
| Binary | 11000000 | 10100000 | 10001010 | 0 | 10001 | 11100 | 11001 | 11000 | 11110 | 1000001 |
Color Harmonies of #C0A08A
Complementary color
Monochromatic Colors of #C0A08A
Black with #C0A08A
Text Example
Text Example
White with #C0A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A08A; }
p { color: rgb(192,160,138); }
H1.HeaderClassName
{
color: #C0A08A;
}
.AnyTagClassName
{
color: #C0A08A;
}
</style>
background-color css
<style>
a { background-color: #C0A08A; }
a { background-color: rgb(192,160,138); }
div.DivClassName
{
background-color: #C0A08A;
}
.BgClassName
{
background-color: #C0A08A;
}
</style>
border-color css
<style>
span { border-color: #C0A08A; }
span { border-color: rgb(192,160,138); }
td.TdClassName
{
border-color: #C0A08A;
}
.TagClassName
{
border-color: #C0A08A;
}
</style>