Shades of Rodeo Dust #C9A080
Tints of Rodeo Dust #C9A080
RGB
CMYK
RGB Variations
Color information
#C9A080 (or 0xC9A080) is known color: Rodeo Dust. HEX triplet: C9, A0 and 80. RGB value is (201,160,128). Sum of RGB (Red+Green+Blue) = 201+160+128=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A080 is #365F7F. Grayscale: #A8A8A8. Windows color (decimal): -3563392 or 8429769. OLE color: 8429769.
HSL color Cylindrical-coordinate representation of color #C9A080: hue angle of 26.3º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9A080 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 128 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.21 |
| HSL | 26.3º | 0.4% | 0.65% | - |
| HSV(B) | 26.3º | 0.36% | 0.79% | - |
| XYZ | 40.55 | 39.12 | 25.84 | - |
| YUV | 168.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 128 | 0 | 0.20 | 0.36 | 0.21 | 26.3 | 0.4 | 0.65 |
| Hex | C9 | A0 | 80 | 0 | 14 | 24 | 15 | 1A | 28 | 41 |
| Octal | 311 | 240 | 200 | 0 | 24 | 44 | 25 | 32 | 50 | 101 |
| Binary | 11001001 | 10100000 | 10000000 | 0 | 10100 | 100100 | 10101 | 11010 | 101000 | 1000001 |
Color Harmonies of #C9A080
Complementary color
Monochromatic Colors of #C9A080
Black with #C9A080
Text Example
Text Example
White with #C9A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A080; }
p { color: rgb(201,160,128); }
H1.HeaderClassName
{
color: #C9A080;
}
.AnyTagClassName
{
color: #C9A080;
}
</style>
background-color css
<style>
a { background-color: #C9A080; }
a { background-color: rgb(201,160,128); }
div.DivClassName
{
background-color: #C9A080;
}
.BgClassName
{
background-color: #C9A080;
}
</style>
border-color css
<style>
span { border-color: #C9A080; }
span { border-color: rgb(201,160,128); }
td.TdClassName
{
border-color: #C9A080;
}
.TagClassName
{
border-color: #C9A080;
}
</style>