Shades of Rodeo Dust #C9A683
Tints of Rodeo Dust #C9A683
RGB
CMYK
RGB Variations
Color information
#C9A683 (or 0xC9A683) is known color: Rodeo Dust. HEX triplet: C9, A6 and 83. RGB value is (201,166,131). Sum of RGB (Red+Green+Blue) = 201+166+131=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A683 is #36597C. Grayscale: #ACACAC. Windows color (decimal): -3561853 or 8627913. OLE color: 8627913.
HSL color Cylindrical-coordinate representation of color #C9A683: hue angle of 30º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9A683 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 131 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.21 |
| HSL | 30º | 0.39% | 0.65% | - |
| HSV(B) | 30º | 0.35% | 0.79% | - |
| XYZ | 41.82 | 41.33 | 27.25 | - |
| YUV | 172.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 131 | 0 | 0.17 | 0.35 | 0.21 | 30 | 0.39 | 0.65 |
| Hex | C9 | A6 | 83 | 0 | 11 | 23 | 15 | 1E | 27 | 41 |
| Octal | 311 | 246 | 203 | 0 | 21 | 43 | 25 | 36 | 47 | 101 |
| Binary | 11001001 | 10100110 | 10000011 | 0 | 10001 | 100011 | 10101 | 11110 | 100111 | 1000001 |
Color Harmonies of #C9A683
Complementary color
Monochromatic Colors of #C9A683
Black with #C9A683
Text Example
Text Example
White with #C9A683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A683; }
p { color: rgb(201,166,131); }
H1.HeaderClassName
{
color: #C9A683;
}
.AnyTagClassName
{
color: #C9A683;
}
</style>
background-color css
<style>
a { background-color: #C9A683; }
a { background-color: rgb(201,166,131); }
div.DivClassName
{
background-color: #C9A683;
}
.BgClassName
{
background-color: #C9A683;
}
</style>
border-color css
<style>
span { border-color: #C9A683; }
span { border-color: rgb(201,166,131); }
td.TdClassName
{
border-color: #C9A683;
}
.TagClassName
{
border-color: #C9A683;
}
</style>