Shades of Rodeo Dust #C0A28E
Tints of Rodeo Dust #C0A28E
RGB
CMYK
RGB Variations
Color information
#C0A28E (or 0xC0A28E) is known color: Rodeo Dust. HEX triplet: C0, A2 and 8E. RGB value is (192,162,142). Sum of RGB (Red+Green+Blue) = 192+162+142=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A28E is #3F5D71. Grayscale: #A8A8A8. Windows color (decimal): -4152690 or 9347776. OLE color: 9347776.
HSL color Cylindrical-coordinate representation of color #C0A28E: hue angle of 24º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0A28E is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 142 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.25 |
| HSL | 24º | 0.28% | 0.65% | - |
| HSV(B) | 24º | 0.26% | 0.75% | - |
| XYZ | 39.54 | 39 | 31.03 | - |
| YUV | 168.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 142 | 0 | 0.16 | 0.26 | 0.25 | 24 | 0.28 | 0.65 |
| Hex | C0 | A2 | 8E | 0 | 10 | 1A | 19 | 18 | 1C | 41 |
| Octal | 300 | 242 | 216 | 0 | 20 | 32 | 31 | 30 | 34 | 101 |
| Binary | 11000000 | 10100010 | 10001110 | 0 | 10000 | 11010 | 11001 | 11000 | 11100 | 1000001 |
Color Harmonies of #C0A28E
Complementary color
Monochromatic Colors of #C0A28E
Black with #C0A28E
Text Example
Text Example
White with #C0A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A28E; }
p { color: rgb(192,162,142); }
H1.HeaderClassName
{
color: #C0A28E;
}
.AnyTagClassName
{
color: #C0A28E;
}
</style>
background-color css
<style>
a { background-color: #C0A28E; }
a { background-color: rgb(192,162,142); }
div.DivClassName
{
background-color: #C0A28E;
}
.BgClassName
{
background-color: #C0A28E;
}
</style>
border-color css
<style>
span { border-color: #C0A28E; }
span { border-color: rgb(192,162,142); }
td.TdClassName
{
border-color: #C0A28E;
}
.TagClassName
{
border-color: #C0A28E;
}
</style>