Shades of Rodeo Dust #C9A081
Tints of Rodeo Dust #C9A081
RGB
CMYK
RGB Variations
Color information
#C9A081 (or 0xC9A081) is known color: Rodeo Dust. HEX triplet: C9, A0 and 81. RGB value is (201,160,129). Sum of RGB (Red+Green+Blue) = 201+160+129=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A081 is #365F7E. Grayscale: #A8A8A8. Windows color (decimal): -3563391 or 8495305. OLE color: 8495305.
HSL color Cylindrical-coordinate representation of color #C9A081: hue angle of 25.83º 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 #C9A081 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 129 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.21 |
| HSL | 25.83º | 0.4% | 0.65% | - |
| HSV(B) | 25.83º | 0.36% | 0.79% | - |
| XYZ | 40.62 | 39.14 | 26.18 | - |
| YUV | 168.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 129 | 0 | 0.20 | 0.36 | 0.21 | 25.83 | 0.4 | 0.65 |
| Hex | C9 | A0 | 81 | 0 | 14 | 24 | 15 | 1A | 28 | 41 |
| Octal | 311 | 240 | 201 | 0 | 24 | 44 | 25 | 32 | 50 | 101 |
| Binary | 11001001 | 10100000 | 10000001 | 0 | 10100 | 100100 | 10101 | 11010 | 101000 | 1000001 |
Color Harmonies of #C9A081
Complementary color
Monochromatic Colors of #C9A081
Black with #C9A081
Text Example
Text Example
White with #C9A081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A081; }
p { color: rgb(201,160,129); }
H1.HeaderClassName
{
color: #C9A081;
}
.AnyTagClassName
{
color: #C9A081;
}
</style>
background-color css
<style>
a { background-color: #C9A081; }
a { background-color: rgb(201,160,129); }
div.DivClassName
{
background-color: #C9A081;
}
.BgClassName
{
background-color: #C9A081;
}
</style>
border-color css
<style>
span { border-color: #C9A081; }
span { border-color: rgb(201,160,129); }
td.TdClassName
{
border-color: #C9A081;
}
.TagClassName
{
border-color: #C9A081;
}
</style>