Shades of Rodeo Dust #C9A085
Tints of Rodeo Dust #C9A085
RGB
CMYK
RGB Variations
Color information
#C9A085 (or 0xC9A085) is known color: Rodeo Dust. HEX triplet: C9, A0 and 85. RGB value is (201,160,133). Sum of RGB (Red+Green+Blue) = 201+160+133=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A085 is #365F7A. Grayscale: #A9A9A9. Windows color (decimal): -3563387 or 8757449. OLE color: 8757449.
HSL color Cylindrical-coordinate representation of color #C9A085: hue angle of 23.82º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9A085 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 133 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.21 |
| HSL | 23.82º | 0.39% | 0.65% | - |
| HSV(B) | 23.82º | 0.34% | 0.79% | - |
| XYZ | 40.89 | 39.25 | 27.61 | - |
| YUV | 169.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 133 | 0 | 0.20 | 0.34 | 0.21 | 23.82 | 0.39 | 0.65 |
| Hex | C9 | A0 | 85 | 0 | 14 | 22 | 15 | 18 | 27 | 41 |
| Octal | 311 | 240 | 205 | 0 | 24 | 42 | 25 | 30 | 47 | 101 |
| Binary | 11001001 | 10100000 | 10000101 | 0 | 10100 | 100010 | 10101 | 11000 | 100111 | 1000001 |
Color Harmonies of #C9A085
Complementary color
Monochromatic Colors of #C9A085
Black with #C9A085
Text Example
Text Example
White with #C9A085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A085; }
p { color: rgb(201,160,133); }
H1.HeaderClassName
{
color: #C9A085;
}
.AnyTagClassName
{
color: #C9A085;
}
</style>
background-color css
<style>
a { background-color: #C9A085; }
a { background-color: rgb(201,160,133); }
div.DivClassName
{
background-color: #C9A085;
}
.BgClassName
{
background-color: #C9A085;
}
</style>
border-color css
<style>
span { border-color: #C9A085; }
span { border-color: rgb(201,160,133); }
td.TdClassName
{
border-color: #C9A085;
}
.TagClassName
{
border-color: #C9A085;
}
</style>