Shades of Rodeo Dust #C5A187
Tints of Rodeo Dust #C5A187
RGB
CMYK
RGB Variations
Color information
#C5A187 (or 0xC5A187) is known color: Rodeo Dust. HEX triplet: C5, A1 and 87. RGB value is (197,161,135). Sum of RGB (Red+Green+Blue) = 197+161+135=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A187 is #3A5E78. Grayscale: #A8A8A8. Windows color (decimal): -3825273 or 8888773. OLE color: 8888773.
HSL color Cylindrical-coordinate representation of color #C5A187: hue angle of 25.16º degrees, saturation: 0.35, 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 #C5A187 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 135 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.23 |
| HSL | 25.16º | 0.35% | 0.65% | - |
| HSV(B) | 25.16º | 0.31% | 0.77% | - |
| XYZ | 40.14 | 39.11 | 28.35 | - |
| YUV | 168.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 135 | 0 | 0.18 | 0.31 | 0.23 | 25.16 | 0.35 | 0.65 |
| Hex | C5 | A1 | 87 | 0 | 12 | 1F | 17 | 19 | 23 | 41 |
| Octal | 305 | 241 | 207 | 0 | 22 | 37 | 27 | 31 | 43 | 101 |
| Binary | 11000101 | 10100001 | 10000111 | 0 | 10010 | 11111 | 10111 | 11001 | 100011 | 1000001 |
Color Harmonies of #C5A187
Complementary color
Monochromatic Colors of #C5A187
Black with #C5A187
Text Example
Text Example
White with #C5A187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A187; }
p { color: rgb(197,161,135); }
H1.HeaderClassName
{
color: #C5A187;
}
.AnyTagClassName
{
color: #C5A187;
}
</style>
background-color css
<style>
a { background-color: #C5A187; }
a { background-color: rgb(197,161,135); }
div.DivClassName
{
background-color: #C5A187;
}
.BgClassName
{
background-color: #C5A187;
}
</style>
border-color css
<style>
span { border-color: #C5A187; }
span { border-color: rgb(197,161,135); }
td.TdClassName
{
border-color: #C5A187;
}
.TagClassName
{
border-color: #C5A187;
}
</style>