Shades of Rodeo Dust #C9A08A
Tints of Rodeo Dust #C9A08A
RGB
CMYK
RGB Variations
Color information
#C9A08A (or 0xC9A08A) is known color: Rodeo Dust. HEX triplet: C9, A0 and 8A. RGB value is (201,160,138). Sum of RGB (Red+Green+Blue) = 201+160+138=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A08A is #365F75. Grayscale: #A9A9A9. Windows color (decimal): -3563382 or 9085129. OLE color: 9085129.
HSL color Cylindrical-coordinate representation of color #C9A08A: hue angle of 20.95º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9A08A is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 138 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.21 |
| HSL | 20.95º | 0.37% | 0.66% | - |
| HSV(B) | 20.95º | 0.31% | 0.79% | - |
| XYZ | 41.25 | 39.39 | 29.47 | - |
| YUV | 169.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 138 | 0 | 0.20 | 0.31 | 0.21 | 20.95 | 0.37 | 0.66 |
| Hex | C9 | A0 | 8A | 0 | 14 | 1F | 15 | 15 | 25 | 42 |
| Octal | 311 | 240 | 212 | 0 | 24 | 37 | 25 | 25 | 45 | 102 |
| Binary | 11001001 | 10100000 | 10001010 | 0 | 10100 | 11111 | 10101 | 10101 | 100101 | 1000010 |
Color Harmonies of #C9A08A
Complementary color
Monochromatic Colors of #C9A08A
Black with #C9A08A
Text Example
Text Example
White with #C9A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A08A; }
p { color: rgb(201,160,138); }
H1.HeaderClassName
{
color: #C9A08A;
}
.AnyTagClassName
{
color: #C9A08A;
}
</style>
background-color css
<style>
a { background-color: #C9A08A; }
a { background-color: rgb(201,160,138); }
div.DivClassName
{
background-color: #C9A08A;
}
.BgClassName
{
background-color: #C9A08A;
}
</style>
border-color css
<style>
span { border-color: #C9A08A; }
span { border-color: rgb(201,160,138); }
td.TdClassName
{
border-color: #C9A08A;
}
.TagClassName
{
border-color: #C9A08A;
}
</style>