Shades of Rodeo Dust #C9A688
Tints of Rodeo Dust #C9A688
RGB
CMYK
RGB Variations
Color information
#C9A688 (or 0xC9A688) is known color: Rodeo Dust. HEX triplet: C9, A6 and 88. RGB value is (201,166,136). Sum of RGB (Red+Green+Blue) = 201+166+136=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A688 is #365977. Grayscale: #ADADAD. Windows color (decimal): -3561848 or 8955593. OLE color: 8955593.
HSL color Cylindrical-coordinate representation of color #C9A688: hue angle of 27.69º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9A688 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 136 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.21 |
| HSL | 27.69º | 0.38% | 0.66% | - |
| HSV(B) | 27.69º | 0.32% | 0.79% | - |
| XYZ | 42.17 | 41.47 | 29.07 | - |
| YUV | 173.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 136 | 0 | 0.17 | 0.32 | 0.21 | 27.69 | 0.38 | 0.66 |
| Hex | C9 | A6 | 88 | 0 | 11 | 20 | 15 | 1C | 26 | 42 |
| Octal | 311 | 246 | 210 | 0 | 21 | 40 | 25 | 34 | 46 | 102 |
| Binary | 11001001 | 10100110 | 10001000 | 0 | 10001 | 100000 | 10101 | 11100 | 100110 | 1000010 |
Color Harmonies of #C9A688
Complementary color
Monochromatic Colors of #C9A688
Black with #C9A688
Text Example
Text Example
White with #C9A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A688; }
p { color: rgb(201,166,136); }
H1.HeaderClassName
{
color: #C9A688;
}
.AnyTagClassName
{
color: #C9A688;
}
</style>
background-color css
<style>
a { background-color: #C9A688; }
a { background-color: rgb(201,166,136); }
div.DivClassName
{
background-color: #C9A688;
}
.BgClassName
{
background-color: #C9A688;
}
</style>
border-color css
<style>
span { border-color: #C9A688; }
span { border-color: rgb(201,166,136); }
td.TdClassName
{
border-color: #C9A688;
}
.TagClassName
{
border-color: #C9A688;
}
</style>