Shades of Rodeo Dust #C0A391
Tints of Rodeo Dust #C0A391
RGB
CMYK
RGB Variations
Color information
#C0A391 (or 0xC0A391) is known color: Rodeo Dust. HEX triplet: C0, A3 and 91. RGB value is (192,163,145). Sum of RGB (Red+Green+Blue) = 192+163+145=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A391 is #3F5C6E. Grayscale: #A9A9A9. Windows color (decimal): -4152431 or 9544640. OLE color: 9544640.
HSL color Cylindrical-coordinate representation of color #C0A391: hue angle of 22.98º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A391 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 145 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.25 |
| HSL | 22.98º | 0.27% | 0.66% | - |
| HSV(B) | 22.98º | 0.24% | 0.75% | - |
| XYZ | 39.95 | 39.45 | 32.3 | - |
| YUV | 169.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 145 | 0 | 0.15 | 0.24 | 0.25 | 22.98 | 0.27 | 0.66 |
| Hex | C0 | A3 | 91 | 0 | F | 18 | 19 | 17 | 1B | 42 |
| Octal | 300 | 243 | 221 | 0 | 17 | 30 | 31 | 27 | 33 | 102 |
| Binary | 11000000 | 10100011 | 10010001 | 0 | 1111 | 11000 | 11001 | 10111 | 11011 | 1000010 |
Color Harmonies of #C0A391
Complementary color
Monochromatic Colors of #C0A391
Black with #C0A391
Text Example
Text Example
White with #C0A391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A391; }
p { color: rgb(192,163,145); }
H1.HeaderClassName
{
color: #C0A391;
}
.AnyTagClassName
{
color: #C0A391;
}
</style>
background-color css
<style>
a { background-color: #C0A391; }
a { background-color: rgb(192,163,145); }
div.DivClassName
{
background-color: #C0A391;
}
.BgClassName
{
background-color: #C0A391;
}
</style>
border-color css
<style>
span { border-color: #C0A391; }
span { border-color: rgb(192,163,145); }
td.TdClassName
{
border-color: #C0A391;
}
.TagClassName
{
border-color: #C0A391;
}
</style>