Shades of Rodeo Dust #C5AB90
Tints of Rodeo Dust #C5AB90
RGB
CMYK
RGB Variations
Color information
#C5AB90 (or 0xC5AB90) is known color: Rodeo Dust. HEX triplet: C5, AB and 90. RGB value is (197,171,144). Sum of RGB (Red+Green+Blue) = 197+171+144=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB90 is #3A546F. Grayscale: #AFAFAF. Windows color (decimal): -3822704 or 9481157. OLE color: 9481157.
HSL color Cylindrical-coordinate representation of color #C5AB90: hue angle of 30.57º 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 #C5AB90 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 144 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.23 |
| HSL | 30.57º | 0.31% | 0.67% | - |
| HSV(B) | 30.57º | 0.27% | 0.77% | - |
| XYZ | 42.62 | 43.01 | 32.44 | - |
| YUV | 175.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 144 | 0 | 0.13 | 0.27 | 0.23 | 30.57 | 0.31 | 0.67 |
| Hex | C5 | AB | 90 | 0 | D | 1B | 17 | 1F | 1F | 43 |
| Octal | 305 | 253 | 220 | 0 | 15 | 33 | 27 | 37 | 37 | 103 |
| Binary | 11000101 | 10101011 | 10010000 | 0 | 1101 | 11011 | 10111 | 11111 | 11111 | 1000011 |
Color Harmonies of #C5AB90
Complementary color
Monochromatic Colors of #C5AB90
Black with #C5AB90
Text Example
Text Example
White with #C5AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB90; }
p { color: rgb(197,171,144); }
H1.HeaderClassName
{
color: #C5AB90;
}
.AnyTagClassName
{
color: #C5AB90;
}
</style>
background-color css
<style>
a { background-color: #C5AB90; }
a { background-color: rgb(197,171,144); }
div.DivClassName
{
background-color: #C5AB90;
}
.BgClassName
{
background-color: #C5AB90;
}
</style>
border-color css
<style>
span { border-color: #C5AB90; }
span { border-color: rgb(197,171,144); }
td.TdClassName
{
border-color: #C5AB90;
}
.TagClassName
{
border-color: #C5AB90;
}
</style>