Shades of Rodeo Dust #C0A388
Tints of Rodeo Dust #C0A388
RGB
CMYK
RGB Variations
Color information
#C0A388 (or 0xC0A388) is known color: Rodeo Dust. HEX triplet: C0, A3 and 88. RGB value is (192,163,136). Sum of RGB (Red+Green+Blue) = 192+163+136=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A388 is #3F5C77. Grayscale: #A8A8A8. Windows color (decimal): -4152440 or 8954816. OLE color: 8954816.
HSL color Cylindrical-coordinate representation of color #C0A388: hue angle of 28.93º 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 #C0A388 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 136 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.25 |
| HSL | 28.93º | 0.31% | 0.64% | - |
| HSV(B) | 28.93º | 0.29% | 0.75% | - |
| XYZ | 39.28 | 39.18 | 28.78 | - |
| YUV | 168.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 136 | 0 | 0.15 | 0.29 | 0.25 | 28.93 | 0.31 | 0.64 |
| Hex | C0 | A3 | 88 | 0 | F | 1D | 19 | 1D | 1F | 40 |
| Octal | 300 | 243 | 210 | 0 | 17 | 35 | 31 | 35 | 37 | 100 |
| Binary | 11000000 | 10100011 | 10001000 | 0 | 1111 | 11101 | 11001 | 11101 | 11111 | 1000000 |
Color Harmonies of #C0A388
Complementary color
Monochromatic Colors of #C0A388
Black with #C0A388
Text Example
Text Example
White with #C0A388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A388; }
p { color: rgb(192,163,136); }
H1.HeaderClassName
{
color: #C0A388;
}
.AnyTagClassName
{
color: #C0A388;
}
</style>
background-color css
<style>
a { background-color: #C0A388; }
a { background-color: rgb(192,163,136); }
div.DivClassName
{
background-color: #C0A388;
}
.BgClassName
{
background-color: #C0A388;
}
</style>
border-color css
<style>
span { border-color: #C0A388; }
span { border-color: rgb(192,163,136); }
td.TdClassName
{
border-color: #C0A388;
}
.TagClassName
{
border-color: #C0A388;
}
</style>