Shades of Rodeo Dust #C0A493
Tints of Rodeo Dust #C0A493
RGB
CMYK
RGB Variations
Color information
#C0A493 (or 0xC0A493) is known color: Rodeo Dust. HEX triplet: C0, A4 and 93. RGB value is (192,164,147). Sum of RGB (Red+Green+Blue) = 192+164+147=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A493 is #3F5B6C. Grayscale: #AAAAAA. Windows color (decimal): -4152173 or 9675968. OLE color: 9675968.
HSL color Cylindrical-coordinate representation of color #C0A493: hue angle of 22.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0A493 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 147 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.25 |
| HSL | 22.67º | 0.26% | 0.66% | - |
| HSV(B) | 22.67º | 0.23% | 0.75% | - |
| XYZ | 40.28 | 39.86 | 33.18 | - |
| YUV | 170.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 147 | 0 | 0.15 | 0.23 | 0.25 | 22.67 | 0.26 | 0.66 |
| Hex | C0 | A4 | 93 | 0 | F | 17 | 19 | 17 | 1A | 42 |
| Octal | 300 | 244 | 223 | 0 | 17 | 27 | 31 | 27 | 32 | 102 |
| Binary | 11000000 | 10100100 | 10010011 | 0 | 1111 | 10111 | 11001 | 10111 | 11010 | 1000010 |
Color Harmonies of #C0A493
Complementary color
Monochromatic Colors of #C0A493
Black with #C0A493
Text Example
Text Example
White with #C0A493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A493; }
p { color: rgb(192,164,147); }
H1.HeaderClassName
{
color: #C0A493;
}
.AnyTagClassName
{
color: #C0A493;
}
</style>
background-color css
<style>
a { background-color: #C0A493; }
a { background-color: rgb(192,164,147); }
div.DivClassName
{
background-color: #C0A493;
}
.BgClassName
{
background-color: #C0A493;
}
</style>
border-color css
<style>
span { border-color: #C0A493; }
span { border-color: rgb(192,164,147); }
td.TdClassName
{
border-color: #C0A493;
}
.TagClassName
{
border-color: #C0A493;
}
</style>