Shades of Rodeo Dust #C8A186
Tints of Rodeo Dust #C8A186
RGB
CMYK
RGB Variations
Color information
#C8A186 (or 0xC8A186) is known color: Rodeo Dust. HEX triplet: C8, A1 and 86. RGB value is (200,161,134). Sum of RGB (Red+Green+Blue) = 200+161+134=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A186 is #375E79. Grayscale: #A9A9A9. Windows color (decimal): -3628666 or 8823240. OLE color: 8823240.
HSL color Cylindrical-coordinate representation of color #C8A186: hue angle of 24.55º 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 #C8A186 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 134 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.22 |
| HSL | 24.55º | 0.38% | 0.65% | - |
| HSV(B) | 24.55º | 0.33% | 0.78% | - |
| XYZ | 40.87 | 39.49 | 28.02 | - |
| YUV | 169.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 134 | 0 | 0.19 | 0.33 | 0.22 | 24.55 | 0.38 | 0.65 |
| Hex | C8 | A1 | 86 | 0 | 13 | 21 | 16 | 19 | 26 | 41 |
| Octal | 310 | 241 | 206 | 0 | 23 | 41 | 26 | 31 | 46 | 101 |
| Binary | 11001000 | 10100001 | 10000110 | 0 | 10011 | 100001 | 10110 | 11001 | 100110 | 1000001 |
Color Harmonies of #C8A186
Complementary color
Monochromatic Colors of #C8A186
Black with #C8A186
Text Example
Text Example
White with #C8A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A186; }
p { color: rgb(200,161,134); }
H1.HeaderClassName
{
color: #C8A186;
}
.AnyTagClassName
{
color: #C8A186;
}
</style>
background-color css
<style>
a { background-color: #C8A186; }
a { background-color: rgb(200,161,134); }
div.DivClassName
{
background-color: #C8A186;
}
.BgClassName
{
background-color: #C8A186;
}
</style>
border-color css
<style>
span { border-color: #C8A186; }
span { border-color: rgb(200,161,134); }
td.TdClassName
{
border-color: #C8A186;
}
.TagClassName
{
border-color: #C8A186;
}
</style>