Shades of Rodeo Dust #C8A487
Tints of Rodeo Dust #C8A487
RGB
CMYK
RGB Variations
Color information
#C8A487 (or 0xC8A487) is known color: Rodeo Dust. HEX triplet: C8, A4 and 87. RGB value is (200,164,135). Sum of RGB (Red+Green+Blue) = 200+164+135=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A487 is #375B78. Grayscale: #ABABAB. Windows color (decimal): -3627897 or 8889544. OLE color: 8889544.
HSL color Cylindrical-coordinate representation of color #C8A487: hue angle of 26.77º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8A487 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 135 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.22 |
| HSL | 26.77º | 0.37% | 0.66% | - |
| HSV(B) | 26.77º | 0.33% | 0.78% | - |
| XYZ | 41.47 | 40.58 | 28.57 | - |
| YUV | 171.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 135 | 0 | 0.18 | 0.32 | 0.22 | 26.77 | 0.37 | 0.66 |
| Hex | C8 | A4 | 87 | 0 | 12 | 20 | 16 | 1B | 25 | 42 |
| Octal | 310 | 244 | 207 | 0 | 22 | 40 | 26 | 33 | 45 | 102 |
| Binary | 11001000 | 10100100 | 10000111 | 0 | 10010 | 100000 | 10110 | 11011 | 100101 | 1000010 |
Color Harmonies of #C8A487
Complementary color
Monochromatic Colors of #C8A487
Black with #C8A487
Text Example
Text Example
White with #C8A487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A487; }
p { color: rgb(200,164,135); }
H1.HeaderClassName
{
color: #C8A487;
}
.AnyTagClassName
{
color: #C8A487;
}
</style>
background-color css
<style>
a { background-color: #C8A487; }
a { background-color: rgb(200,164,135); }
div.DivClassName
{
background-color: #C8A487;
}
.BgClassName
{
background-color: #C8A487;
}
</style>
border-color css
<style>
span { border-color: #C8A487; }
span { border-color: rgb(200,164,135); }
td.TdClassName
{
border-color: #C8A487;
}
.TagClassName
{
border-color: #C8A487;
}
</style>