Shades of Rodeo Dust #C5A884
Tints of Rodeo Dust #C5A884
RGB
CMYK
RGB Variations
Color information
#C5A884 (or 0xC5A884) is known color: Rodeo Dust. HEX triplet: C5, A8 and 84. RGB value is (197,168,132). Sum of RGB (Red+Green+Blue) = 197+168+132=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A884 is #3A577B. Grayscale: #ACACAC. Windows color (decimal): -3823484 or 8693957. OLE color: 8693957.
HSL color Cylindrical-coordinate representation of color #C5A884: hue angle of 33.23º 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 #C5A884 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 132 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.23 |
| HSL | 33.23º | 0.36% | 0.65% | - |
| HSV(B) | 33.23º | 0.33% | 0.77% | - |
| XYZ | 41.19 | 41.54 | 27.68 | - |
| YUV | 172.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 132 | 0 | 0.15 | 0.33 | 0.23 | 33.23 | 0.36 | 0.65 |
| Hex | C5 | A8 | 84 | 0 | F | 21 | 17 | 21 | 24 | 41 |
| Octal | 305 | 250 | 204 | 0 | 17 | 41 | 27 | 41 | 44 | 101 |
| Binary | 11000101 | 10101000 | 10000100 | 0 | 1111 | 100001 | 10111 | 100001 | 100100 | 1000001 |
Color Harmonies of #C5A884
Complementary color
Monochromatic Colors of #C5A884
Black with #C5A884
Text Example
Text Example
White with #C5A884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A884; }
p { color: rgb(197,168,132); }
H1.HeaderClassName
{
color: #C5A884;
}
.AnyTagClassName
{
color: #C5A884;
}
</style>
background-color css
<style>
a { background-color: #C5A884; }
a { background-color: rgb(197,168,132); }
div.DivClassName
{
background-color: #C5A884;
}
.BgClassName
{
background-color: #C5A884;
}
</style>
border-color css
<style>
span { border-color: #C5A884; }
span { border-color: rgb(197,168,132); }
td.TdClassName
{
border-color: #C5A884;
}
.TagClassName
{
border-color: #C5A884;
}
</style>