Shades of Rodeo Dust #C9AB8B
Tints of Rodeo Dust #C9AB8B
RGB
CMYK
RGB Variations
Color information
#C9AB8B (or 0xC9AB8B) is known color: Rodeo Dust. HEX triplet: C9, AB and 8B. RGB value is (201,171,139). Sum of RGB (Red+Green+Blue) = 201+171+139=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AB8B is #365474. Grayscale: #B0B0B0. Windows color (decimal): -3560565 or 9153481. OLE color: 9153481.
HSL color Cylindrical-coordinate representation of color #C9AB8B: hue angle of 30.97º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9AB8B is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 139 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.21 |
| HSL | 30.97º | 0.36% | 0.67% | - |
| HSV(B) | 30.97º | 0.31% | 0.79% | - |
| XYZ | 43.31 | 43.41 | 30.52 | - |
| YUV | 176.32 | 106.94 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 139 | 0 | 0.15 | 0.31 | 0.21 | 30.97 | 0.36 | 0.67 |
| Hex | C9 | AB | 8B | 0 | F | 1F | 15 | 1F | 24 | 43 |
| Octal | 311 | 253 | 213 | 0 | 17 | 37 | 25 | 37 | 44 | 103 |
| Binary | 11001001 | 10101011 | 10001011 | 0 | 1111 | 11111 | 10101 | 11111 | 100100 | 1000011 |
Color Harmonies of #C9AB8B
Complementary color
Monochromatic Colors of #C9AB8B
Black with #C9AB8B
Text Example
Text Example
White with #C9AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB8B; }
p { color: rgb(201,171,139); }
H1.HeaderClassName
{
color: #C9AB8B;
}
.AnyTagClassName
{
color: #C9AB8B;
}
</style>
background-color css
<style>
a { background-color: #C9AB8B; }
a { background-color: rgb(201,171,139); }
div.DivClassName
{
background-color: #C9AB8B;
}
.BgClassName
{
background-color: #C9AB8B;
}
</style>
border-color css
<style>
span { border-color: #C9AB8B; }
span { border-color: rgb(201,171,139); }
td.TdClassName
{
border-color: #C9AB8B;
}
.TagClassName
{
border-color: #C9AB8B;
}
</style>