Shades of Rodeo Dust #C0A88B
Tints of Rodeo Dust #C0A88B
RGB
CMYK
RGB Variations
Color information
#C0A88B (or 0xC0A88B) is known color: Rodeo Dust. HEX triplet: C0, A8 and 8B. RGB value is (192,168,139). Sum of RGB (Red+Green+Blue) = 192+168+139=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A88B is #3F5774. Grayscale: #ACACAC. Windows color (decimal): -4151157 or 9152704. OLE color: 9152704.
HSL color Cylindrical-coordinate representation of color #C0A88B: hue angle of 32.83º 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 #C0A88B is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 139 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.25 |
| HSL | 32.83º | 0.3% | 0.65% | - |
| HSV(B) | 32.83º | 0.28% | 0.75% | - |
| XYZ | 40.4 | 41.08 | 30.23 | - |
| YUV | 171.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 139 | 0 | 0.12 | 0.28 | 0.25 | 32.83 | 0.3 | 0.65 |
| Hex | C0 | A8 | 8B | 0 | C | 1C | 19 | 21 | 1E | 41 |
| Octal | 300 | 250 | 213 | 0 | 14 | 34 | 31 | 41 | 36 | 101 |
| Binary | 11000000 | 10101000 | 10001011 | 0 | 1100 | 11100 | 11001 | 100001 | 11110 | 1000001 |
Color Harmonies of #C0A88B
Complementary color
Monochromatic Colors of #C0A88B
Black with #C0A88B
Text Example
Text Example
White with #C0A88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A88B; }
p { color: rgb(192,168,139); }
H1.HeaderClassName
{
color: #C0A88B;
}
.AnyTagClassName
{
color: #C0A88B;
}
</style>
background-color css
<style>
a { background-color: #C0A88B; }
a { background-color: rgb(192,168,139); }
div.DivClassName
{
background-color: #C0A88B;
}
.BgClassName
{
background-color: #C0A88B;
}
</style>
border-color css
<style>
span { border-color: #C0A88B; }
span { border-color: rgb(192,168,139); }
td.TdClassName
{
border-color: #C0A88B;
}
.TagClassName
{
border-color: #C0A88B;
}
</style>