Shades of Rodeo Dust #C9A98D
Tints of Rodeo Dust #C9A98D
RGB
CMYK
RGB Variations
Color information
#C9A98D (or 0xC9A98D) is known color: Rodeo Dust. HEX triplet: C9, A9 and 8D. RGB value is (201,169,141). Sum of RGB (Red+Green+Blue) = 201+169+141=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A98D is #365672. Grayscale: #AFAFAF. Windows color (decimal): -3561075 or 9284041. OLE color: 9284041.
HSL color Cylindrical-coordinate representation of color #C9A98D: hue angle of 28º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9A98D is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 141 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.21 |
| HSL | 28º | 0.36% | 0.67% | - |
| HSV(B) | 28º | 0.3% | 0.79% | - |
| XYZ | 43.08 | 42.72 | 31.17 | - |
| YUV | 175.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 141 | 0 | 0.16 | 0.30 | 0.21 | 28 | 0.36 | 0.67 |
| Hex | C9 | A9 | 8D | 0 | 10 | 1E | 15 | 1C | 24 | 43 |
| Octal | 311 | 251 | 215 | 0 | 20 | 36 | 25 | 34 | 44 | 103 |
| Binary | 11001001 | 10101001 | 10001101 | 0 | 10000 | 11110 | 10101 | 11100 | 100100 | 1000011 |
Color Harmonies of #C9A98D
Complementary color
Monochromatic Colors of #C9A98D
Black with #C9A98D
Text Example
Text Example
White with #C9A98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A98D; }
p { color: rgb(201,169,141); }
H1.HeaderClassName
{
color: #C9A98D;
}
.AnyTagClassName
{
color: #C9A98D;
}
</style>
background-color css
<style>
a { background-color: #C9A98D; }
a { background-color: rgb(201,169,141); }
div.DivClassName
{
background-color: #C9A98D;
}
.BgClassName
{
background-color: #C9A98D;
}
</style>
border-color css
<style>
span { border-color: #C9A98D; }
span { border-color: rgb(201,169,141); }
td.TdClassName
{
border-color: #C9A98D;
}
.TagClassName
{
border-color: #C9A98D;
}
</style>