Shades of Rodeo Dust #C9A48D
Tints of Rodeo Dust #C9A48D
RGB
CMYK
RGB Variations
Color information
#C9A48D (or 0xC9A48D) is known color: Rodeo Dust. HEX triplet: C9, A4 and 8D. RGB value is (201,164,141). Sum of RGB (Red+Green+Blue) = 201+164+141=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A48D is #365B72. Grayscale: #ACACAC. Windows color (decimal): -3562355 or 9282761. OLE color: 9282761.
HSL color Cylindrical-coordinate representation of color #C9A48D: hue angle of 23º 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 #C9A48D is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 141 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.21 |
| HSL | 23º | 0.36% | 0.67% | - |
| HSV(B) | 23º | 0.3% | 0.79% | - |
| XYZ | 42.17 | 40.89 | 30.87 | - |
| YUV | 172.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 141 | 0 | 0.18 | 0.30 | 0.21 | 23 | 0.36 | 0.67 |
| Hex | C9 | A4 | 8D | 0 | 12 | 1E | 15 | 17 | 24 | 43 |
| Octal | 311 | 244 | 215 | 0 | 22 | 36 | 25 | 27 | 44 | 103 |
| Binary | 11001001 | 10100100 | 10001101 | 0 | 10010 | 11110 | 10101 | 10111 | 100100 | 1000011 |
Color Harmonies of #C9A48D
Complementary color
Monochromatic Colors of #C9A48D
Black with #C9A48D
Text Example
Text Example
White with #C9A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A48D; }
p { color: rgb(201,164,141); }
H1.HeaderClassName
{
color: #C9A48D;
}
.AnyTagClassName
{
color: #C9A48D;
}
</style>
background-color css
<style>
a { background-color: #C9A48D; }
a { background-color: rgb(201,164,141); }
div.DivClassName
{
background-color: #C9A48D;
}
.BgClassName
{
background-color: #C9A48D;
}
</style>
border-color css
<style>
span { border-color: #C9A48D; }
span { border-color: rgb(201,164,141); }
td.TdClassName
{
border-color: #C9A48D;
}
.TagClassName
{
border-color: #C9A48D;
}
</style>