Shades of Rodeo Dust #C8A586
Tints of Rodeo Dust #C8A586
RGB
CMYK
RGB Variations
Color information
#C8A586 (or 0xC8A586) is known color: Rodeo Dust. HEX triplet: C8, A5 and 86. RGB value is (200,165,134). Sum of RGB (Red+Green+Blue) = 200+165+134=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A586 is #375A79. Grayscale: #ACACAC. Windows color (decimal): -3627642 or 8824264. OLE color: 8824264.
HSL color Cylindrical-coordinate representation of color #C8A586: hue angle of 28.18º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8A586 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 134 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.22 |
| HSL | 28.18º | 0.38% | 0.65% | - |
| HSV(B) | 28.18º | 0.33% | 0.78% | - |
| XYZ | 41.58 | 40.91 | 28.26 | - |
| YUV | 171.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 134 | 0 | 0.18 | 0.33 | 0.22 | 28.18 | 0.38 | 0.65 |
| Hex | C8 | A5 | 86 | 0 | 12 | 21 | 16 | 1C | 26 | 41 |
| Octal | 310 | 245 | 206 | 0 | 22 | 41 | 26 | 34 | 46 | 101 |
| Binary | 11001000 | 10100101 | 10000110 | 0 | 10010 | 100001 | 10110 | 11100 | 100110 | 1000001 |
Color Harmonies of #C8A586
Complementary color
Monochromatic Colors of #C8A586
Black with #C8A586
Text Example
Text Example
White with #C8A586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A586; }
p { color: rgb(200,165,134); }
H1.HeaderClassName
{
color: #C8A586;
}
.AnyTagClassName
{
color: #C8A586;
}
</style>
background-color css
<style>
a { background-color: #C8A586; }
a { background-color: rgb(200,165,134); }
div.DivClassName
{
background-color: #C8A586;
}
.BgClassName
{
background-color: #C8A586;
}
</style>
border-color css
<style>
span { border-color: #C8A586; }
span { border-color: rgb(200,165,134); }
td.TdClassName
{
border-color: #C8A586;
}
.TagClassName
{
border-color: #C8A586;
}
</style>