Shades of Rodeo Dust #C1AA8F
Tints of Rodeo Dust #C1AA8F
RGB
CMYK
RGB Variations
Color information
#C1AA8F (or 0xC1AA8F) is known color: Rodeo Dust. HEX triplet: C1, AA and 8F. RGB value is (193,170,143). Sum of RGB (Red+Green+Blue) = 193+170+143=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AA8F is #3E5570. Grayscale: #ADADAD. Windows color (decimal): -4085105 or 9415361. OLE color: 9415361.
HSL color Cylindrical-coordinate representation of color #C1AA8F: hue angle of 32.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1AA8F is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 143 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.24 |
| HSL | 32.4º | 0.29% | 0.66% | - |
| HSV(B) | 32.4º | 0.26% | 0.76% | - |
| XYZ | 41.32 | 42.07 | 31.93 | - |
| YUV | 173.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 143 | 0 | 0.12 | 0.26 | 0.24 | 32.4 | 0.29 | 0.66 |
| Hex | C1 | AA | 8F | 0 | C | 1A | 18 | 20 | 1D | 42 |
| Octal | 301 | 252 | 217 | 0 | 14 | 32 | 30 | 40 | 35 | 102 |
| Binary | 11000001 | 10101010 | 10001111 | 0 | 1100 | 11010 | 11000 | 100000 | 11101 | 1000010 |
Color Harmonies of #C1AA8F
Complementary color
Monochromatic Colors of #C1AA8F
Black with #C1AA8F
Text Example
Text Example
White with #C1AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA8F; }
p { color: rgb(193,170,143); }
H1.HeaderClassName
{
color: #C1AA8F;
}
.AnyTagClassName
{
color: #C1AA8F;
}
</style>
background-color css
<style>
a { background-color: #C1AA8F; }
a { background-color: rgb(193,170,143); }
div.DivClassName
{
background-color: #C1AA8F;
}
.BgClassName
{
background-color: #C1AA8F;
}
</style>
border-color css
<style>
span { border-color: #C1AA8F; }
span { border-color: rgb(193,170,143); }
td.TdClassName
{
border-color: #C1AA8F;
}
.TagClassName
{
border-color: #C1AA8F;
}
</style>