Shades of Rodeo Dust #C5A890
Tints of Rodeo Dust #C5A890
RGB
CMYK
RGB Variations
Color information
#C5A890 (or 0xC5A890) is known color: Rodeo Dust. HEX triplet: C5, A8 and 90. RGB value is (197,168,144). Sum of RGB (Red+Green+Blue) = 197+168+144=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A890 is #3A576F. Grayscale: #AEAEAE. Windows color (decimal): -3823472 or 9480389. OLE color: 9480389.
HSL color Cylindrical-coordinate representation of color #C5A890: hue angle of 27.17º 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 #C5A890 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 144 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.23 |
| HSL | 27.17º | 0.31% | 0.67% | - |
| HSV(B) | 27.17º | 0.27% | 0.77% | - |
| XYZ | 42.06 | 41.89 | 32.25 | - |
| YUV | 173.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 144 | 0 | 0.15 | 0.27 | 0.23 | 27.17 | 0.31 | 0.67 |
| Hex | C5 | A8 | 90 | 0 | F | 1B | 17 | 1B | 1F | 43 |
| Octal | 305 | 250 | 220 | 0 | 17 | 33 | 27 | 33 | 37 | 103 |
| Binary | 11000101 | 10101000 | 10010000 | 0 | 1111 | 11011 | 10111 | 11011 | 11111 | 1000011 |
Color Harmonies of #C5A890
Complementary color
Monochromatic Colors of #C5A890
Black with #C5A890
Text Example
Text Example
White with #C5A890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A890; }
p { color: rgb(197,168,144); }
H1.HeaderClassName
{
color: #C5A890;
}
.AnyTagClassName
{
color: #C5A890;
}
</style>
background-color css
<style>
a { background-color: #C5A890; }
a { background-color: rgb(197,168,144); }
div.DivClassName
{
background-color: #C5A890;
}
.BgClassName
{
background-color: #C5A890;
}
</style>
border-color css
<style>
span { border-color: #C5A890; }
span { border-color: rgb(197,168,144); }
td.TdClassName
{
border-color: #C5A890;
}
.TagClassName
{
border-color: #C5A890;
}
</style>