Shades of Rodeo Dust #C1A786
Tints of Rodeo Dust #C1A786
RGB
CMYK
RGB Variations
Color information
#C1A786 (or 0xC1A786) is known color: Rodeo Dust. HEX triplet: C1, A7 and 86. RGB value is (193,167,134). Sum of RGB (Red+Green+Blue) = 193+167+134=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A786 is #3E5879. Grayscale: #ABABAB. Windows color (decimal): -4085882 or 8824769. OLE color: 8824769.
HSL color Cylindrical-coordinate representation of color #C1A786: hue angle of 33.56º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1A786 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 167 | 134 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.24 |
| HSL | 33.56º | 0.32% | 0.64% | - |
| HSV(B) | 33.56º | 0.31% | 0.76% | - |
| XYZ | 40.11 | 40.7 | 28.3 | - |
| YUV | 171.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 134 | 0 | 0.13 | 0.31 | 0.24 | 33.56 | 0.32 | 0.64 |
| Hex | C1 | A7 | 86 | 0 | D | 1F | 18 | 22 | 20 | 40 |
| Octal | 301 | 247 | 206 | 0 | 15 | 37 | 30 | 42 | 40 | 100 |
| Binary | 11000001 | 10100111 | 10000110 | 0 | 1101 | 11111 | 11000 | 100010 | 100000 | 1000000 |
Color Harmonies of #C1A786
Complementary color
Monochromatic Colors of #C1A786
Black with #C1A786
Text Example
Text Example
White with #C1A786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A786; }
p { color: rgb(193,167,134); }
H1.HeaderClassName
{
color: #C1A786;
}
.AnyTagClassName
{
color: #C1A786;
}
</style>
background-color css
<style>
a { background-color: #C1A786; }
a { background-color: rgb(193,167,134); }
div.DivClassName
{
background-color: #C1A786;
}
.BgClassName
{
background-color: #C1A786;
}
</style>
border-color css
<style>
span { border-color: #C1A786; }
span { border-color: rgb(193,167,134); }
td.TdClassName
{
border-color: #C1A786;
}
.TagClassName
{
border-color: #C1A786;
}
</style>