Shades of Rodeo Dust #C9A286
Tints of Rodeo Dust #C9A286
RGB
CMYK
RGB Variations
Color information
#C9A286 (or 0xC9A286) is known color: Rodeo Dust. HEX triplet: C9, A2 and 86. RGB value is (201,162,134). Sum of RGB (Red+Green+Blue) = 201+162+134=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A286 is #365D79. Grayscale: #AAAAAA. Windows color (decimal): -3562874 or 8823497. OLE color: 8823497.
HSL color Cylindrical-coordinate representation of color #C9A286: hue angle of 25.07º 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 #C9A286 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 134 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.21 |
| HSL | 25.07º | 0.38% | 0.66% | - |
| HSV(B) | 25.07º | 0.33% | 0.79% | - |
| XYZ | 41.31 | 39.98 | 28.09 | - |
| YUV | 170.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 134 | 0 | 0.19 | 0.33 | 0.21 | 25.07 | 0.38 | 0.66 |
| Hex | C9 | A2 | 86 | 0 | 13 | 21 | 15 | 19 | 26 | 42 |
| Octal | 311 | 242 | 206 | 0 | 23 | 41 | 25 | 31 | 46 | 102 |
| Binary | 11001001 | 10100010 | 10000110 | 0 | 10011 | 100001 | 10101 | 11001 | 100110 | 1000010 |
Color Harmonies of #C9A286
Complementary color
Monochromatic Colors of #C9A286
Black with #C9A286
Text Example
Text Example
White with #C9A286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A286; }
p { color: rgb(201,162,134); }
H1.HeaderClassName
{
color: #C9A286;
}
.AnyTagClassName
{
color: #C9A286;
}
</style>
background-color css
<style>
a { background-color: #C9A286; }
a { background-color: rgb(201,162,134); }
div.DivClassName
{
background-color: #C9A286;
}
.BgClassName
{
background-color: #C9A286;
}
</style>
border-color css
<style>
span { border-color: #C9A286; }
span { border-color: rgb(201,162,134); }
td.TdClassName
{
border-color: #C9A286;
}
.TagClassName
{
border-color: #C9A286;
}
</style>