Shades of Rodeo Dust #C8A881
Tints of Rodeo Dust #C8A881
RGB
CMYK
RGB Variations
Color information
#C8A881 (or 0xC8A881) is known color: Rodeo Dust. HEX triplet: C8, A8 and 81. RGB value is (200,168,129). Sum of RGB (Red+Green+Blue) = 200+168+129=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A881 is #37577E. Grayscale: #ADADAD. Windows color (decimal): -3626879 or 8497352. OLE color: 8497352.
HSL color Cylindrical-coordinate representation of color #C8A881: hue angle of 32.96º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8A881 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 129 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.22 |
| HSL | 32.96º | 0.39% | 0.65% | - |
| HSV(B) | 32.96º | 0.36% | 0.78% | - |
| XYZ | 41.78 | 41.87 | 26.65 | - |
| YUV | 173.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 129 | 0 | 0.16 | 0.36 | 0.22 | 32.96 | 0.39 | 0.65 |
| Hex | C8 | A8 | 81 | 0 | 10 | 24 | 16 | 21 | 27 | 41 |
| Octal | 310 | 250 | 201 | 0 | 20 | 44 | 26 | 41 | 47 | 101 |
| Binary | 11001000 | 10101000 | 10000001 | 0 | 10000 | 100100 | 10110 | 100001 | 100111 | 1000001 |
Color Harmonies of #C8A881
Complementary color
Monochromatic Colors of #C8A881
Black with #C8A881
Text Example
Text Example
White with #C8A881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A881; }
p { color: rgb(200,168,129); }
H1.HeaderClassName
{
color: #C8A881;
}
.AnyTagClassName
{
color: #C8A881;
}
</style>
background-color css
<style>
a { background-color: #C8A881; }
a { background-color: rgb(200,168,129); }
div.DivClassName
{
background-color: #C8A881;
}
.BgClassName
{
background-color: #C8A881;
}
</style>
border-color css
<style>
span { border-color: #C8A881; }
span { border-color: rgb(200,168,129); }
td.TdClassName
{
border-color: #C8A881;
}
.TagClassName
{
border-color: #C8A881;
}
</style>