Shades of Rodeo Dust #C5A587
Tints of Rodeo Dust #C5A587
RGB
CMYK
RGB Variations
Color information
#C5A587 (or 0xC5A587) is known color: Rodeo Dust. HEX triplet: C5, A5 and 87. RGB value is (197,165,135). Sum of RGB (Red+Green+Blue) = 197+165+135=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A587 is #3A5A78. Grayscale: #ABABAB. Windows color (decimal): -3824249 or 8889797. OLE color: 8889797.
HSL color Cylindrical-coordinate representation of color #C5A587: hue angle of 29.03º 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 #C5A587 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 135 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.23 |
| HSL | 29.03º | 0.35% | 0.65% | - |
| HSV(B) | 29.03º | 0.31% | 0.77% | - |
| XYZ | 40.85 | 40.53 | 28.59 | - |
| YUV | 171.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 135 | 0 | 0.16 | 0.31 | 0.23 | 29.03 | 0.35 | 0.65 |
| Hex | C5 | A5 | 87 | 0 | 10 | 1F | 17 | 1D | 23 | 41 |
| Octal | 305 | 245 | 207 | 0 | 20 | 37 | 27 | 35 | 43 | 101 |
| Binary | 11000101 | 10100101 | 10000111 | 0 | 10000 | 11111 | 10111 | 11101 | 100011 | 1000001 |
Color Harmonies of #C5A587
Complementary color
Monochromatic Colors of #C5A587
Black with #C5A587
Text Example
Text Example
White with #C5A587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A587; }
p { color: rgb(197,165,135); }
H1.HeaderClassName
{
color: #C5A587;
}
.AnyTagClassName
{
color: #C5A587;
}
</style>
background-color css
<style>
a { background-color: #C5A587; }
a { background-color: rgb(197,165,135); }
div.DivClassName
{
background-color: #C5A587;
}
.BgClassName
{
background-color: #C5A587;
}
</style>
border-color css
<style>
span { border-color: #C5A587; }
span { border-color: rgb(197,165,135); }
td.TdClassName
{
border-color: #C5A587;
}
.TagClassName
{
border-color: #C5A587;
}
</style>