Shades of Rodeo Dust #C0A591
Tints of Rodeo Dust #C0A591
RGB
CMYK
RGB Variations
Color information
#C0A591 (or 0xC0A591) is known color: Rodeo Dust. HEX triplet: C0, A5 and 91. RGB value is (192,165,145). Sum of RGB (Red+Green+Blue) = 192+165+145=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A591 is #3F5A6E. Grayscale: #AAAAAA. Windows color (decimal): -4151919 or 9545152. OLE color: 9545152.
HSL color Cylindrical-coordinate representation of color #C0A591: hue angle of 25.53º 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 #C0A591 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 145 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.25 |
| HSL | 25.53º | 0.27% | 0.66% | - |
| HSV(B) | 25.53º | 0.24% | 0.75% | - |
| XYZ | 40.3 | 40.16 | 32.42 | - |
| YUV | 170.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 145 | 0 | 0.14 | 0.24 | 0.25 | 25.53 | 0.27 | 0.66 |
| Hex | C0 | A5 | 91 | 0 | E | 18 | 19 | 1A | 1B | 42 |
| Octal | 300 | 245 | 221 | 0 | 16 | 30 | 31 | 32 | 33 | 102 |
| Binary | 11000000 | 10100101 | 10010001 | 0 | 1110 | 11000 | 11001 | 11010 | 11011 | 1000010 |
Color Harmonies of #C0A591
Complementary color
Monochromatic Colors of #C0A591
Black with #C0A591
Text Example
Text Example
White with #C0A591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A591; }
p { color: rgb(192,165,145); }
H1.HeaderClassName
{
color: #C0A591;
}
.AnyTagClassName
{
color: #C0A591;
}
</style>
background-color css
<style>
a { background-color: #C0A591; }
a { background-color: rgb(192,165,145); }
div.DivClassName
{
background-color: #C0A591;
}
.BgClassName
{
background-color: #C0A591;
}
</style>
border-color css
<style>
span { border-color: #C0A591; }
span { border-color: rgb(192,165,145); }
td.TdClassName
{
border-color: #C0A591;
}
.TagClassName
{
border-color: #C0A591;
}
</style>