Shades of Rodeo Dust #C5A084
Tints of Rodeo Dust #C5A084
RGB
CMYK
RGB Variations
Color information
#C5A084 (or 0xC5A084) is known color: Rodeo Dust. HEX triplet: C5, A0 and 84. RGB value is (197,160,132). Sum of RGB (Red+Green+Blue) = 197+160+132=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A084 is #3A5F7B. Grayscale: #A8A8A8. Windows color (decimal): -3825532 or 8691909. OLE color: 8691909.
HSL color Cylindrical-coordinate representation of color #C5A084: hue angle of 25.85º 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 #C5A084 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 132 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.23 |
| HSL | 25.85º | 0.36% | 0.65% | - |
| HSV(B) | 25.85º | 0.33% | 0.77% | - |
| XYZ | 39.76 | 38.68 | 27.2 | - |
| YUV | 167.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 132 | 0 | 0.19 | 0.33 | 0.23 | 25.85 | 0.36 | 0.65 |
| Hex | C5 | A0 | 84 | 0 | 13 | 21 | 17 | 1A | 24 | 41 |
| Octal | 305 | 240 | 204 | 0 | 23 | 41 | 27 | 32 | 44 | 101 |
| Binary | 11000101 | 10100000 | 10000100 | 0 | 10011 | 100001 | 10111 | 11010 | 100100 | 1000001 |
Color Harmonies of #C5A084
Complementary color
Monochromatic Colors of #C5A084
Black with #C5A084
Text Example
Text Example
White with #C5A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A084; }
p { color: rgb(197,160,132); }
H1.HeaderClassName
{
color: #C5A084;
}
.AnyTagClassName
{
color: #C5A084;
}
</style>
background-color css
<style>
a { background-color: #C5A084; }
a { background-color: rgb(197,160,132); }
div.DivClassName
{
background-color: #C5A084;
}
.BgClassName
{
background-color: #C5A084;
}
</style>
border-color css
<style>
span { border-color: #C5A084; }
span { border-color: rgb(197,160,132); }
td.TdClassName
{
border-color: #C5A084;
}
.TagClassName
{
border-color: #C5A084;
}
</style>