Shades of Rodeo Dust #C9AB8A
Tints of Rodeo Dust #C9AB8A
RGB
CMYK
RGB Variations
Color information
#C9AB8A (or 0xC9AB8A) is known color: Rodeo Dust. HEX triplet: C9, AB and 8A. RGB value is (201,171,138). Sum of RGB (Red+Green+Blue) = 201+171+138=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AB8A is #365475. Grayscale: #B0B0B0. Windows color (decimal): -3560566 or 9087945. OLE color: 9087945.
HSL color Cylindrical-coordinate representation of color #C9AB8A: hue angle of 31.43º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9AB8A is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 138 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.21 |
| HSL | 31.43º | 0.37% | 0.66% | - |
| HSV(B) | 31.43º | 0.31% | 0.79% | - |
| XYZ | 43.24 | 43.38 | 30.14 | - |
| YUV | 176.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 138 | 0 | 0.15 | 0.31 | 0.21 | 31.43 | 0.37 | 0.66 |
| Hex | C9 | AB | 8A | 0 | F | 1F | 15 | 1F | 25 | 42 |
| Octal | 311 | 253 | 212 | 0 | 17 | 37 | 25 | 37 | 45 | 102 |
| Binary | 11001001 | 10101011 | 10001010 | 0 | 1111 | 11111 | 10101 | 11111 | 100101 | 1000010 |
Color Harmonies of #C9AB8A
Complementary color
Monochromatic Colors of #C9AB8A
Black with #C9AB8A
Text Example
Text Example
White with #C9AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB8A; }
p { color: rgb(201,171,138); }
H1.HeaderClassName
{
color: #C9AB8A;
}
.AnyTagClassName
{
color: #C9AB8A;
}
</style>
background-color css
<style>
a { background-color: #C9AB8A; }
a { background-color: rgb(201,171,138); }
div.DivClassName
{
background-color: #C9AB8A;
}
.BgClassName
{
background-color: #C9AB8A;
}
</style>
border-color css
<style>
span { border-color: #C9AB8A; }
span { border-color: rgb(201,171,138); }
td.TdClassName
{
border-color: #C9AB8A;
}
.TagClassName
{
border-color: #C9AB8A;
}
</style>