Shades of Rodeo Dust #C5AB88
Tints of Rodeo Dust #C5AB88
RGB
CMYK
RGB Variations
Color information
#C5AB88 (or 0xC5AB88) is known color: Rodeo Dust. HEX triplet: C5, AB and 88. RGB value is (197,171,136). Sum of RGB (Red+Green+Blue) = 197+171+136=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB88 is #3A5477. Grayscale: #AEAEAE. Windows color (decimal): -3822712 or 8956869. OLE color: 8956869.
HSL color Cylindrical-coordinate representation of color #C5AB88: hue angle of 34.43º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5AB88 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 136 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.23 |
| HSL | 34.43º | 0.34% | 0.65% | - |
| HSV(B) | 34.43º | 0.31% | 0.77% | - |
| XYZ | 42.03 | 42.77 | 29.33 | - |
| YUV | 174.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 136 | 0 | 0.13 | 0.31 | 0.23 | 34.43 | 0.34 | 0.65 |
| Hex | C5 | AB | 88 | 0 | D | 1F | 17 | 22 | 22 | 41 |
| Octal | 305 | 253 | 210 | 0 | 15 | 37 | 27 | 42 | 42 | 101 |
| Binary | 11000101 | 10101011 | 10001000 | 0 | 1101 | 11111 | 10111 | 100010 | 100010 | 1000001 |
Color Harmonies of #C5AB88
Complementary color
Monochromatic Colors of #C5AB88
Black with #C5AB88
Text Example
Text Example
White with #C5AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB88; }
p { color: rgb(197,171,136); }
H1.HeaderClassName
{
color: #C5AB88;
}
.AnyTagClassName
{
color: #C5AB88;
}
</style>
background-color css
<style>
a { background-color: #C5AB88; }
a { background-color: rgb(197,171,136); }
div.DivClassName
{
background-color: #C5AB88;
}
.BgClassName
{
background-color: #C5AB88;
}
</style>
border-color css
<style>
span { border-color: #C5AB88; }
span { border-color: rgb(197,171,136); }
td.TdClassName
{
border-color: #C5AB88;
}
.TagClassName
{
border-color: #C5AB88;
}
</style>