Shades of Rodeo Dust #C5A584
Tints of Rodeo Dust #C5A584
RGB
CMYK
RGB Variations
Color information
#C5A584 (or 0xC5A584) is known color: Rodeo Dust. HEX triplet: C5, A5 and 84. RGB value is (197,165,132). Sum of RGB (Red+Green+Blue) = 197+165+132=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A584 is #3A5A7B. Grayscale: #AAAAAA. Windows color (decimal): -3824252 or 8693189. OLE color: 8693189.
HSL color Cylindrical-coordinate representation of color #C5A584: hue angle of 30.46º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5A584 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 132 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.23 |
| HSL | 30.46º | 0.36% | 0.65% | - |
| HSV(B) | 30.46º | 0.33% | 0.77% | - |
| XYZ | 40.65 | 40.45 | 27.49 | - |
| YUV | 170.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 132 | 0 | 0.16 | 0.33 | 0.23 | 30.46 | 0.36 | 0.65 |
| Hex | C5 | A5 | 84 | 0 | 10 | 21 | 17 | 1E | 24 | 41 |
| Octal | 305 | 245 | 204 | 0 | 20 | 41 | 27 | 36 | 44 | 101 |
| Binary | 11000101 | 10100101 | 10000100 | 0 | 10000 | 100001 | 10111 | 11110 | 100100 | 1000001 |
Color Harmonies of #C5A584
Complementary color
Monochromatic Colors of #C5A584
Black with #C5A584
Text Example
Text Example
White with #C5A584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A584; }
p { color: rgb(197,165,132); }
H1.HeaderClassName
{
color: #C5A584;
}
.AnyTagClassName
{
color: #C5A584;
}
</style>
background-color css
<style>
a { background-color: #C5A584; }
a { background-color: rgb(197,165,132); }
div.DivClassName
{
background-color: #C5A584;
}
.BgClassName
{
background-color: #C5A584;
}
</style>
border-color css
<style>
span { border-color: #C5A584; }
span { border-color: rgb(197,165,132); }
td.TdClassName
{
border-color: #C5A584;
}
.TagClassName
{
border-color: #C5A584;
}
</style>