Shades of Rodeo Dust #C0A688
Tints of Rodeo Dust #C0A688
RGB
CMYK
RGB Variations
Color information
#C0A688 (or 0xC0A688) is known color: Rodeo Dust. HEX triplet: C0, A6 and 88. RGB value is (192,166,136). Sum of RGB (Red+Green+Blue) = 192+166+136=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A688 is #3F5977. Grayscale: #AAAAAA. Windows color (decimal): -4151672 or 8955584. OLE color: 8955584.
HSL color Cylindrical-coordinate representation of color #C0A688: hue angle of 32.14º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0A688 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 136 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.25 |
| HSL | 32.14º | 0.31% | 0.64% | - |
| HSV(B) | 32.14º | 0.29% | 0.75% | - |
| XYZ | 39.82 | 40.26 | 28.96 | - |
| YUV | 170.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 136 | 0 | 0.14 | 0.29 | 0.25 | 32.14 | 0.31 | 0.64 |
| Hex | C0 | A6 | 88 | 0 | E | 1D | 19 | 20 | 1F | 40 |
| Octal | 300 | 246 | 210 | 0 | 16 | 35 | 31 | 40 | 37 | 100 |
| Binary | 11000000 | 10100110 | 10001000 | 0 | 1110 | 11101 | 11001 | 100000 | 11111 | 1000000 |
Color Harmonies of #C0A688
Complementary color
Monochromatic Colors of #C0A688
Black with #C0A688
Text Example
Text Example
White with #C0A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A688; }
p { color: rgb(192,166,136); }
H1.HeaderClassName
{
color: #C0A688;
}
.AnyTagClassName
{
color: #C0A688;
}
</style>
background-color css
<style>
a { background-color: #C0A688; }
a { background-color: rgb(192,166,136); }
div.DivClassName
{
background-color: #C0A688;
}
.BgClassName
{
background-color: #C0A688;
}
</style>
border-color css
<style>
span { border-color: #C0A688; }
span { border-color: rgb(192,166,136); }
td.TdClassName
{
border-color: #C0A688;
}
.TagClassName
{
border-color: #C0A688;
}
</style>