Shades of Rodeo Dust #C9A98E
Tints of Rodeo Dust #C9A98E
RGB
CMYK
RGB Variations
Color information
#C9A98E (or 0xC9A98E) is known color: Rodeo Dust. HEX triplet: C9, A9 and 8E. RGB value is (201,169,142). Sum of RGB (Red+Green+Blue) = 201+169+142=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A98E is #365671. Grayscale: #AFAFAF. Windows color (decimal): -3561074 or 9349577. OLE color: 9349577.
HSL color Cylindrical-coordinate representation of color #C9A98E: hue angle of 27.46º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9A98E is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 142 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.21 |
| HSL | 27.46º | 0.35% | 0.67% | - |
| HSV(B) | 27.46º | 0.29% | 0.79% | - |
| XYZ | 43.16 | 42.75 | 31.57 | - |
| YUV | 175.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 142 | 0 | 0.16 | 0.29 | 0.21 | 27.46 | 0.35 | 0.67 |
| Hex | C9 | A9 | 8E | 0 | 10 | 1D | 15 | 1B | 23 | 43 |
| Octal | 311 | 251 | 216 | 0 | 20 | 35 | 25 | 33 | 43 | 103 |
| Binary | 11001001 | 10101001 | 10001110 | 0 | 10000 | 11101 | 10101 | 11011 | 100011 | 1000011 |
Color Harmonies of #C9A98E
Complementary color
Monochromatic Colors of #C9A98E
Black with #C9A98E
Text Example
Text Example
White with #C9A98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A98E; }
p { color: rgb(201,169,142); }
H1.HeaderClassName
{
color: #C9A98E;
}
.AnyTagClassName
{
color: #C9A98E;
}
</style>
background-color css
<style>
a { background-color: #C9A98E; }
a { background-color: rgb(201,169,142); }
div.DivClassName
{
background-color: #C9A98E;
}
.BgClassName
{
background-color: #C9A98E;
}
</style>
border-color css
<style>
span { border-color: #C9A98E; }
span { border-color: rgb(201,169,142); }
td.TdClassName
{
border-color: #C9A98E;
}
.TagClassName
{
border-color: #C9A98E;
}
</style>