Shades of Rodeo Dust #C0A288
Tints of Rodeo Dust #C0A288
RGB
CMYK
RGB Variations
Color information
#C0A288 (or 0xC0A288) is known color: Rodeo Dust. HEX triplet: C0, A2 and 88. RGB value is (192,162,136). Sum of RGB (Red+Green+Blue) = 192+162+136=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A288 is #3F5D77. Grayscale: #A8A8A8. Windows color (decimal): -4152696 or 8954560. OLE color: 8954560.
HSL color Cylindrical-coordinate representation of color #C0A288: hue angle of 27.86º 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 #C0A288 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 136 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.25 |
| HSL | 27.86º | 0.31% | 0.64% | - |
| HSV(B) | 27.86º | 0.29% | 0.75% | - |
| XYZ | 39.1 | 38.82 | 28.73 | - |
| YUV | 168.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 136 | 0 | 0.16 | 0.29 | 0.25 | 27.86 | 0.31 | 0.64 |
| Hex | C0 | A2 | 88 | 0 | 10 | 1D | 19 | 1C | 1F | 40 |
| Octal | 300 | 242 | 210 | 0 | 20 | 35 | 31 | 34 | 37 | 100 |
| Binary | 11000000 | 10100010 | 10001000 | 0 | 10000 | 11101 | 11001 | 11100 | 11111 | 1000000 |
Color Harmonies of #C0A288
Complementary color
Monochromatic Colors of #C0A288
Black with #C0A288
Text Example
Text Example
White with #C0A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A288; }
p { color: rgb(192,162,136); }
H1.HeaderClassName
{
color: #C0A288;
}
.AnyTagClassName
{
color: #C0A288;
}
</style>
background-color css
<style>
a { background-color: #C0A288; }
a { background-color: rgb(192,162,136); }
div.DivClassName
{
background-color: #C0A288;
}
.BgClassName
{
background-color: #C0A288;
}
</style>
border-color css
<style>
span { border-color: #C0A288; }
span { border-color: rgb(192,162,136); }
td.TdClassName
{
border-color: #C0A288;
}
.TagClassName
{
border-color: #C0A288;
}
</style>