Shades of Rodeo Dust #C5A390
Tints of Rodeo Dust #C5A390
RGB
CMYK
RGB Variations
Color information
#C5A390 (or 0xC5A390) is known color: Rodeo Dust. HEX triplet: C5, A3 and 90. RGB value is (197,163,144). Sum of RGB (Red+Green+Blue) = 197+163+144=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A390 is #3A5C6F. Grayscale: #ABABAB. Windows color (decimal): -3824752 or 9479109. OLE color: 9479109.
HSL color Cylindrical-coordinate representation of color #C5A390: hue angle of 21.51º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5A390 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 163 | 144 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.23 |
| HSL | 21.51º | 0.31% | 0.67% | - |
| HSV(B) | 21.51º | 0.27% | 0.77% | - |
| XYZ | 41.16 | 40.08 | 31.95 | - |
| YUV | 171 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 144 | 0 | 0.17 | 0.27 | 0.23 | 21.51 | 0.31 | 0.67 |
| Hex | C5 | A3 | 90 | 0 | 11 | 1B | 17 | 16 | 1F | 43 |
| Octal | 305 | 243 | 220 | 0 | 21 | 33 | 27 | 26 | 37 | 103 |
| Binary | 11000101 | 10100011 | 10010000 | 0 | 10001 | 11011 | 10111 | 10110 | 11111 | 1000011 |
Color Harmonies of #C5A390
Complementary color
Monochromatic Colors of #C5A390
Black with #C5A390
Text Example
Text Example
White with #C5A390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A390; }
p { color: rgb(197,163,144); }
H1.HeaderClassName
{
color: #C5A390;
}
.AnyTagClassName
{
color: #C5A390;
}
</style>
background-color css
<style>
a { background-color: #C5A390; }
a { background-color: rgb(197,163,144); }
div.DivClassName
{
background-color: #C5A390;
}
.BgClassName
{
background-color: #C5A390;
}
</style>
border-color css
<style>
span { border-color: #C5A390; }
span { border-color: rgb(197,163,144); }
td.TdClassName
{
border-color: #C5A390;
}
.TagClassName
{
border-color: #C5A390;
}
</style>