Shades of Rodeo Dust #C9A586
Tints of Rodeo Dust #C9A586
RGB
CMYK
RGB Variations
Color information
#C9A586 (or 0xC9A586) is known color: Rodeo Dust. HEX triplet: C9, A5 and 86. RGB value is (201,165,134). Sum of RGB (Red+Green+Blue) = 201+165+134=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A586 is #365A79. Grayscale: #ACACAC. Windows color (decimal): -3562106 or 8824265. OLE color: 8824265.
HSL color Cylindrical-coordinate representation of color #C9A586: hue angle of 27.76º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9A586 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 134 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.21 |
| HSL | 27.76º | 0.38% | 0.66% | - |
| HSV(B) | 27.76º | 0.33% | 0.79% | - |
| XYZ | 41.85 | 41.05 | 28.27 | - |
| YUV | 172.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 134 | 0 | 0.18 | 0.33 | 0.21 | 27.76 | 0.38 | 0.66 |
| Hex | C9 | A5 | 86 | 0 | 12 | 21 | 15 | 1C | 26 | 42 |
| Octal | 311 | 245 | 206 | 0 | 22 | 41 | 25 | 34 | 46 | 102 |
| Binary | 11001001 | 10100101 | 10000110 | 0 | 10010 | 100001 | 10101 | 11100 | 100110 | 1000010 |
Color Harmonies of #C9A586
Complementary color
Monochromatic Colors of #C9A586
Black with #C9A586
Text Example
Text Example
White with #C9A586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A586; }
p { color: rgb(201,165,134); }
H1.HeaderClassName
{
color: #C9A586;
}
.AnyTagClassName
{
color: #C9A586;
}
</style>
background-color css
<style>
a { background-color: #C9A586; }
a { background-color: rgb(201,165,134); }
div.DivClassName
{
background-color: #C9A586;
}
.BgClassName
{
background-color: #C9A586;
}
</style>
border-color css
<style>
span { border-color: #C9A586; }
span { border-color: rgb(201,165,134); }
td.TdClassName
{
border-color: #C9A586;
}
.TagClassName
{
border-color: #C9A586;
}
</style>