Shades of Rodeo Dust #C9A58D
Tints of Rodeo Dust #C9A58D
RGB
CMYK
RGB Variations
Color information
#C9A58D (or 0xC9A58D) is known color: Rodeo Dust. HEX triplet: C9, A5 and 8D. RGB value is (201,165,141). Sum of RGB (Red+Green+Blue) = 201+165+141=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A58D is #365A72. Grayscale: #ADADAD. Windows color (decimal): -3562099 or 9283017. OLE color: 9283017.
HSL color Cylindrical-coordinate representation of color #C9A58D: hue angle of 24º 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 #C9A58D is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 141 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.21 |
| HSL | 24º | 0.36% | 0.67% | - |
| HSV(B) | 24º | 0.3% | 0.79% | - |
| XYZ | 42.35 | 41.25 | 30.93 | - |
| YUV | 173.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 141 | 0 | 0.18 | 0.30 | 0.21 | 24 | 0.36 | 0.67 |
| Hex | C9 | A5 | 8D | 0 | 12 | 1E | 15 | 18 | 24 | 43 |
| Octal | 311 | 245 | 215 | 0 | 22 | 36 | 25 | 30 | 44 | 103 |
| Binary | 11001001 | 10100101 | 10001101 | 0 | 10010 | 11110 | 10101 | 11000 | 100100 | 1000011 |
Color Harmonies of #C9A58D
Complementary color
Monochromatic Colors of #C9A58D
Black with #C9A58D
Text Example
Text Example
White with #C9A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A58D; }
p { color: rgb(201,165,141); }
H1.HeaderClassName
{
color: #C9A58D;
}
.AnyTagClassName
{
color: #C9A58D;
}
</style>
background-color css
<style>
a { background-color: #C9A58D; }
a { background-color: rgb(201,165,141); }
div.DivClassName
{
background-color: #C9A58D;
}
.BgClassName
{
background-color: #C9A58D;
}
</style>
border-color css
<style>
span { border-color: #C9A58D; }
span { border-color: rgb(201,165,141); }
td.TdClassName
{
border-color: #C9A58D;
}
.TagClassName
{
border-color: #C9A58D;
}
</style>