Shades of Rodeo Dust #C8AA8F
Tints of Rodeo Dust #C8AA8F
RGB
CMYK
RGB Variations
Color information
#C8AA8F (or 0xC8AA8F) is known color: Rodeo Dust. HEX triplet: C8, AA and 8F. RGB value is (200,170,143). Sum of RGB (Red+Green+Blue) = 200+170+143=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA8F is #375570. Grayscale: #B0B0B0. Windows color (decimal): -3626353 or 9415368. OLE color: 9415368.
HSL color Cylindrical-coordinate representation of color #C8AA8F: hue angle of 28.42º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8AA8F is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 143 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.22 |
| HSL | 28.42º | 0.34% | 0.67% | - |
| HSV(B) | 28.42º | 0.29% | 0.78% | - |
| XYZ | 43.15 | 43.01 | 32.01 | - |
| YUV | 175.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 143 | 0 | 0.15 | 0.28 | 0.22 | 28.42 | 0.34 | 0.67 |
| Hex | C8 | AA | 8F | 0 | F | 1C | 16 | 1C | 22 | 43 |
| Octal | 310 | 252 | 217 | 0 | 17 | 34 | 26 | 34 | 42 | 103 |
| Binary | 11001000 | 10101010 | 10001111 | 0 | 1111 | 11100 | 10110 | 11100 | 100010 | 1000011 |
Color Harmonies of #C8AA8F
Complementary color
Monochromatic Colors of #C8AA8F
Black with #C8AA8F
Text Example
Text Example
White with #C8AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA8F; }
p { color: rgb(200,170,143); }
H1.HeaderClassName
{
color: #C8AA8F;
}
.AnyTagClassName
{
color: #C8AA8F;
}
</style>
background-color css
<style>
a { background-color: #C8AA8F; }
a { background-color: rgb(200,170,143); }
div.DivClassName
{
background-color: #C8AA8F;
}
.BgClassName
{
background-color: #C8AA8F;
}
</style>
border-color css
<style>
span { border-color: #C8AA8F; }
span { border-color: rgb(200,170,143); }
td.TdClassName
{
border-color: #C8AA8F;
}
.TagClassName
{
border-color: #C8AA8F;
}
</style>