Shades of Rodeo Dust #C0A28C
Tints of Rodeo Dust #C0A28C
RGB
CMYK
RGB Variations
Color information
#C0A28C (or 0xC0A28C) is known color: Rodeo Dust. HEX triplet: C0, A2 and 8C. RGB value is (192,162,140). Sum of RGB (Red+Green+Blue) = 192+162+140=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A28C is #3F5D73. Grayscale: #A8A8A8. Windows color (decimal): -4152692 or 9216704. OLE color: 9216704.
HSL color Cylindrical-coordinate representation of color #C0A28C: hue angle of 25.38º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0A28C is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 140 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.25 |
| HSL | 25.38º | 0.29% | 0.65% | - |
| HSV(B) | 25.38º | 0.27% | 0.75% | - |
| XYZ | 39.39 | 38.94 | 30.25 | - |
| YUV | 168.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 140 | 0 | 0.16 | 0.27 | 0.25 | 25.38 | 0.29 | 0.65 |
| Hex | C0 | A2 | 8C | 0 | 10 | 1B | 19 | 19 | 1D | 41 |
| Octal | 300 | 242 | 214 | 0 | 20 | 33 | 31 | 31 | 35 | 101 |
| Binary | 11000000 | 10100010 | 10001100 | 0 | 10000 | 11011 | 11001 | 11001 | 11101 | 1000001 |
Color Harmonies of #C0A28C
Complementary color
Monochromatic Colors of #C0A28C
Black with #C0A28C
Text Example
Text Example
White with #C0A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A28C; }
p { color: rgb(192,162,140); }
H1.HeaderClassName
{
color: #C0A28C;
}
.AnyTagClassName
{
color: #C0A28C;
}
</style>
background-color css
<style>
a { background-color: #C0A28C; }
a { background-color: rgb(192,162,140); }
div.DivClassName
{
background-color: #C0A28C;
}
.BgClassName
{
background-color: #C0A28C;
}
</style>
border-color css
<style>
span { border-color: #C0A28C; }
span { border-color: rgb(192,162,140); }
td.TdClassName
{
border-color: #C0A28C;
}
.TagClassName
{
border-color: #C0A28C;
}
</style>