Shades of Rodeo Dust #C3AA8F
Tints of Rodeo Dust #C3AA8F
RGB
CMYK
RGB Variations
Color information
#C3AA8F (or 0xC3AA8F) is known color: Rodeo Dust. HEX triplet: C3, AA and 8F. RGB value is (195,170,143). Sum of RGB (Red+Green+Blue) = 195+170+143=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA8F is #3C5570. Grayscale: #AEAEAE. Windows color (decimal): -3954033 or 9415363. OLE color: 9415363.
HSL color Cylindrical-coordinate representation of color #C3AA8F: hue angle of 31.15º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3AA8F is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 143 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.24 |
| HSL | 31.15º | 0.3% | 0.66% | - |
| HSV(B) | 31.15º | 0.27% | 0.76% | - |
| XYZ | 41.84 | 42.33 | 31.95 | - |
| YUV | 174.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 143 | 0 | 0.13 | 0.27 | 0.24 | 31.15 | 0.3 | 0.66 |
| Hex | C3 | AA | 8F | 0 | D | 1B | 18 | 1F | 1E | 42 |
| Octal | 303 | 252 | 217 | 0 | 15 | 33 | 30 | 37 | 36 | 102 |
| Binary | 11000011 | 10101010 | 10001111 | 0 | 1101 | 11011 | 11000 | 11111 | 11110 | 1000010 |
Color Harmonies of #C3AA8F
Complementary color
Monochromatic Colors of #C3AA8F
Black with #C3AA8F
Text Example
Text Example
White with #C3AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AA8F; }
p { color: rgb(195,170,143); }
H1.HeaderClassName
{
color: #C3AA8F;
}
.AnyTagClassName
{
color: #C3AA8F;
}
</style>
background-color css
<style>
a { background-color: #C3AA8F; }
a { background-color: rgb(195,170,143); }
div.DivClassName
{
background-color: #C3AA8F;
}
.BgClassName
{
background-color: #C3AA8F;
}
</style>
border-color css
<style>
span { border-color: #C3AA8F; }
span { border-color: rgb(195,170,143); }
td.TdClassName
{
border-color: #C3AA8F;
}
.TagClassName
{
border-color: #C3AA8F;
}
</style>