Shades of Rodeo Dust #C9AB82
Tints of Rodeo Dust #C9AB82
RGB
CMYK
RGB Variations
Color information
#C9AB82 (or 0xC9AB82) is known color: Rodeo Dust. HEX triplet: C9, AB and 82. RGB value is (201,171,130). Sum of RGB (Red+Green+Blue) = 201+171+130=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AB82 is #36547D. Grayscale: #AFAFAF. Windows color (decimal): -3560574 or 8563657. OLE color: 8563657.
HSL color Cylindrical-coordinate representation of color #C9AB82: hue angle of 34.65º degrees, saturation: 0.4, 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 #C9AB82 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 130 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.21 |
| HSL | 34.65º | 0.4% | 0.65% | - |
| HSV(B) | 34.65º | 0.35% | 0.79% | - |
| XYZ | 42.68 | 43.16 | 27.2 | - |
| YUV | 175.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 130 | 0 | 0.15 | 0.35 | 0.21 | 34.65 | 0.4 | 0.65 |
| Hex | C9 | AB | 82 | 0 | F | 23 | 15 | 23 | 28 | 41 |
| Octal | 311 | 253 | 202 | 0 | 17 | 43 | 25 | 43 | 50 | 101 |
| Binary | 11001001 | 10101011 | 10000010 | 0 | 1111 | 100011 | 10101 | 100011 | 101000 | 1000001 |
Color Harmonies of #C9AB82
Complementary color
Monochromatic Colors of #C9AB82
Black with #C9AB82
Text Example
Text Example
White with #C9AB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB82; }
p { color: rgb(201,171,130); }
H1.HeaderClassName
{
color: #C9AB82;
}
.AnyTagClassName
{
color: #C9AB82;
}
</style>
background-color css
<style>
a { background-color: #C9AB82; }
a { background-color: rgb(201,171,130); }
div.DivClassName
{
background-color: #C9AB82;
}
.BgClassName
{
background-color: #C9AB82;
}
</style>
border-color css
<style>
span { border-color: #C9AB82; }
span { border-color: rgb(201,171,130); }
td.TdClassName
{
border-color: #C9AB82;
}
.TagClassName
{
border-color: #C9AB82;
}
</style>