Shades of Rodeo Dust #C0A892
Tints of Rodeo Dust #C0A892
RGB
CMYK
RGB Variations
Color information
#C0A892 (or 0xC0A892) is known color: Rodeo Dust. HEX triplet: C0, A8 and 92. RGB value is (192,168,146). Sum of RGB (Red+Green+Blue) = 192+168+146=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A892 is #3F576D. Grayscale: #ACACAC. Windows color (decimal): -4151150 or 9611456. OLE color: 9611456.
HSL color Cylindrical-coordinate representation of color #C0A892: hue angle of 28.7º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A892 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 146 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.25 |
| HSL | 28.7º | 0.27% | 0.66% | - |
| HSV(B) | 28.7º | 0.24% | 0.75% | - |
| XYZ | 40.93 | 41.29 | 33.01 | - |
| YUV | 172.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 146 | 0 | 0.12 | 0.24 | 0.25 | 28.7 | 0.27 | 0.66 |
| Hex | C0 | A8 | 92 | 0 | C | 18 | 19 | 1D | 1B | 42 |
| Octal | 300 | 250 | 222 | 0 | 14 | 30 | 31 | 35 | 33 | 102 |
| Binary | 11000000 | 10101000 | 10010010 | 0 | 1100 | 11000 | 11001 | 11101 | 11011 | 1000010 |
Color Harmonies of #C0A892
Complementary color
Monochromatic Colors of #C0A892
Black with #C0A892
Text Example
Text Example
White with #C0A892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A892; }
p { color: rgb(192,168,146); }
H1.HeaderClassName
{
color: #C0A892;
}
.AnyTagClassName
{
color: #C0A892;
}
</style>
background-color css
<style>
a { background-color: #C0A892; }
a { background-color: rgb(192,168,146); }
div.DivClassName
{
background-color: #C0A892;
}
.BgClassName
{
background-color: #C0A892;
}
</style>
border-color css
<style>
span { border-color: #C0A892; }
span { border-color: rgb(192,168,146); }
td.TdClassName
{
border-color: #C0A892;
}
.TagClassName
{
border-color: #C0A892;
}
</style>