Shades of Rodeo Dust #C0A88F
Tints of Rodeo Dust #C0A88F
RGB
CMYK
RGB Variations
Color information
#C0A88F (or 0xC0A88F) is known color: Rodeo Dust. HEX triplet: C0, A8 and 8F. RGB value is (192,168,143). Sum of RGB (Red+Green+Blue) = 192+168+143=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A88F is #3F5770. Grayscale: #ACACAC. Windows color (decimal): -4151153 or 9414848. OLE color: 9414848.
HSL color Cylindrical-coordinate representation of color #C0A88F: hue angle of 30.61º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0A88F is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 143 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.25 |
| HSL | 30.61º | 0.28% | 0.66% | - |
| HSV(B) | 30.61º | 0.26% | 0.75% | - |
| XYZ | 40.7 | 41.19 | 31.79 | - |
| YUV | 172.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 143 | 0 | 0.12 | 0.26 | 0.25 | 30.61 | 0.28 | 0.66 |
| Hex | C0 | A8 | 8F | 0 | C | 1A | 19 | 1F | 1C | 42 |
| Octal | 300 | 250 | 217 | 0 | 14 | 32 | 31 | 37 | 34 | 102 |
| Binary | 11000000 | 10101000 | 10001111 | 0 | 1100 | 11010 | 11001 | 11111 | 11100 | 1000010 |
Color Harmonies of #C0A88F
Complementary color
Monochromatic Colors of #C0A88F
Black with #C0A88F
Text Example
Text Example
White with #C0A88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A88F; }
p { color: rgb(192,168,143); }
H1.HeaderClassName
{
color: #C0A88F;
}
.AnyTagClassName
{
color: #C0A88F;
}
</style>
background-color css
<style>
a { background-color: #C0A88F; }
a { background-color: rgb(192,168,143); }
div.DivClassName
{
background-color: #C0A88F;
}
.BgClassName
{
background-color: #C0A88F;
}
</style>
border-color css
<style>
span { border-color: #C0A88F; }
span { border-color: rgb(192,168,143); }
td.TdClassName
{
border-color: #C0A88F;
}
.TagClassName
{
border-color: #C0A88F;
}
</style>