Shades of Rodeo Dust #C3A186
Tints of Rodeo Dust #C3A186
RGB
CMYK
RGB Variations
Color information
#C3A186 (or 0xC3A186) is known color: Rodeo Dust. HEX triplet: C3, A1 and 86. RGB value is (195,161,134). Sum of RGB (Red+Green+Blue) = 195+161+134=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A186 is #3C5E79. Grayscale: #A8A8A8. Windows color (decimal): -3956346 or 8823235. OLE color: 8823235.
HSL color Cylindrical-coordinate representation of color #C3A186: hue angle of 26.56º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3A186 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 134 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.24 |
| HSL | 26.56º | 0.34% | 0.65% | - |
| HSV(B) | 26.56º | 0.31% | 0.76% | - |
| XYZ | 39.55 | 38.81 | 27.96 | - |
| YUV | 168.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 134 | 0 | 0.17 | 0.31 | 0.24 | 26.56 | 0.34 | 0.65 |
| Hex | C3 | A1 | 86 | 0 | 11 | 1F | 18 | 1B | 22 | 41 |
| Octal | 303 | 241 | 206 | 0 | 21 | 37 | 30 | 33 | 42 | 101 |
| Binary | 11000011 | 10100001 | 10000110 | 0 | 10001 | 11111 | 11000 | 11011 | 100010 | 1000001 |
Color Harmonies of #C3A186
Complementary color
Monochromatic Colors of #C3A186
Black with #C3A186
Text Example
Text Example
White with #C3A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A186; }
p { color: rgb(195,161,134); }
H1.HeaderClassName
{
color: #C3A186;
}
.AnyTagClassName
{
color: #C3A186;
}
</style>
background-color css
<style>
a { background-color: #C3A186; }
a { background-color: rgb(195,161,134); }
div.DivClassName
{
background-color: #C3A186;
}
.BgClassName
{
background-color: #C3A186;
}
</style>
border-color css
<style>
span { border-color: #C3A186; }
span { border-color: rgb(195,161,134); }
td.TdClassName
{
border-color: #C3A186;
}
.TagClassName
{
border-color: #C3A186;
}
</style>