Shades of Rodeo Dust #C5AA8B
Tints of Rodeo Dust #C5AA8B
RGB
CMYK
RGB Variations
Color information
#C5AA8B (or 0xC5AA8B) is known color: Rodeo Dust. HEX triplet: C5, AA and 8B. RGB value is (197,170,139). Sum of RGB (Red+Green+Blue) = 197+170+139=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AA8B is #3A5574. Grayscale: #AEAEAE. Windows color (decimal): -3822965 or 9153221. OLE color: 9153221.
HSL color Cylindrical-coordinate representation of color #C5AA8B: hue angle of 32.07º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5AA8B is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 139 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.23 |
| HSL | 32.07º | 0.33% | 0.66% | - |
| HSV(B) | 32.07º | 0.29% | 0.77% | - |
| XYZ | 42.06 | 42.48 | 30.41 | - |
| YUV | 174.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 139 | 0 | 0.14 | 0.29 | 0.23 | 32.07 | 0.33 | 0.66 |
| Hex | C5 | AA | 8B | 0 | E | 1D | 17 | 20 | 21 | 42 |
| Octal | 305 | 252 | 213 | 0 | 16 | 35 | 27 | 40 | 41 | 102 |
| Binary | 11000101 | 10101010 | 10001011 | 0 | 1110 | 11101 | 10111 | 100000 | 100001 | 1000010 |
Color Harmonies of #C5AA8B
Complementary color
Monochromatic Colors of #C5AA8B
Black with #C5AA8B
Text Example
Text Example
White with #C5AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA8B; }
p { color: rgb(197,170,139); }
H1.HeaderClassName
{
color: #C5AA8B;
}
.AnyTagClassName
{
color: #C5AA8B;
}
</style>
background-color css
<style>
a { background-color: #C5AA8B; }
a { background-color: rgb(197,170,139); }
div.DivClassName
{
background-color: #C5AA8B;
}
.BgClassName
{
background-color: #C5AA8B;
}
</style>
border-color css
<style>
span { border-color: #C5AA8B; }
span { border-color: rgb(197,170,139); }
td.TdClassName
{
border-color: #C5AA8B;
}
.TagClassName
{
border-color: #C5AA8B;
}
</style>