Shades of Rodeo Dust #C9A183
Tints of Rodeo Dust #C9A183
RGB
CMYK
RGB Variations
Color information
#C9A183 (or 0xC9A183) is known color: Rodeo Dust. HEX triplet: C9, A1 and 83. RGB value is (201,161,131). Sum of RGB (Red+Green+Blue) = 201+161+131=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A183 is #365E7C. Grayscale: #A9A9A9. Windows color (decimal): -3563133 or 8626633. OLE color: 8626633.
HSL color Cylindrical-coordinate representation of color #C9A183: hue angle of 25.71º 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 #C9A183 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 131 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.21 |
| HSL | 25.71º | 0.39% | 0.65% | - |
| HSV(B) | 25.71º | 0.35% | 0.79% | - |
| XYZ | 40.93 | 39.55 | 26.95 | - |
| YUV | 169.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 131 | 0 | 0.20 | 0.35 | 0.21 | 25.71 | 0.39 | 0.65 |
| Hex | C9 | A1 | 83 | 0 | 14 | 23 | 15 | 1A | 27 | 41 |
| Octal | 311 | 241 | 203 | 0 | 24 | 43 | 25 | 32 | 47 | 101 |
| Binary | 11001001 | 10100001 | 10000011 | 0 | 10100 | 100011 | 10101 | 11010 | 100111 | 1000001 |
Color Harmonies of #C9A183
Complementary color
Monochromatic Colors of #C9A183
Black with #C9A183
Text Example
Text Example
White with #C9A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A183; }
p { color: rgb(201,161,131); }
H1.HeaderClassName
{
color: #C9A183;
}
.AnyTagClassName
{
color: #C9A183;
}
</style>
background-color css
<style>
a { background-color: #C9A183; }
a { background-color: rgb(201,161,131); }
div.DivClassName
{
background-color: #C9A183;
}
.BgClassName
{
background-color: #C9A183;
}
</style>
border-color css
<style>
span { border-color: #C9A183; }
span { border-color: rgb(201,161,131); }
td.TdClassName
{
border-color: #C9A183;
}
.TagClassName
{
border-color: #C9A183;
}
</style>