Shades of Rodeo Dust #C5A692
Tints of Rodeo Dust #C5A692
RGB
CMYK
RGB Variations
Color information
#C5A692 (or 0xC5A692) is known color: Rodeo Dust. HEX triplet: C5, A6 and 92. RGB value is (197,166,146). Sum of RGB (Red+Green+Blue) = 197+166+146=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A692 is #3A596D. Grayscale: #ADADAD. Windows color (decimal): -3823982 or 9610949. OLE color: 9610949.
HSL color Cylindrical-coordinate representation of color #C5A692: hue angle of 23.53º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5A692 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 146 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.23 |
| HSL | 23.53º | 0.31% | 0.67% | - |
| HSV(B) | 23.53º | 0.26% | 0.77% | - |
| XYZ | 41.85 | 41.22 | 32.94 | - |
| YUV | 172.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 146 | 0 | 0.16 | 0.26 | 0.23 | 23.53 | 0.31 | 0.67 |
| Hex | C5 | A6 | 92 | 0 | 10 | 1A | 17 | 18 | 1F | 43 |
| Octal | 305 | 246 | 222 | 0 | 20 | 32 | 27 | 30 | 37 | 103 |
| Binary | 11000101 | 10100110 | 10010010 | 0 | 10000 | 11010 | 10111 | 11000 | 11111 | 1000011 |
Color Harmonies of #C5A692
Complementary color
Monochromatic Colors of #C5A692
Black with #C5A692
Text Example
Text Example
White with #C5A692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A692; }
p { color: rgb(197,166,146); }
H1.HeaderClassName
{
color: #C5A692;
}
.AnyTagClassName
{
color: #C5A692;
}
</style>
background-color css
<style>
a { background-color: #C5A692; }
a { background-color: rgb(197,166,146); }
div.DivClassName
{
background-color: #C5A692;
}
.BgClassName
{
background-color: #C5A692;
}
</style>
border-color css
<style>
span { border-color: #C5A692; }
span { border-color: rgb(197,166,146); }
td.TdClassName
{
border-color: #C5A692;
}
.TagClassName
{
border-color: #C5A692;
}
</style>