Shades of Rodeo Dust #C9A78B
Tints of Rodeo Dust #C9A78B
RGB
CMYK
RGB Variations
Color information
#C9A78B (or 0xC9A78B) is known color: Rodeo Dust. HEX triplet: C9, A7 and 8B. RGB value is (201,167,139). Sum of RGB (Red+Green+Blue) = 201+167+139=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A78B is #365874. Grayscale: #AEAEAE. Windows color (decimal): -3561589 or 9152457. OLE color: 9152457.
HSL color Cylindrical-coordinate representation of color #C9A78B: hue angle of 27.1º 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 #C9A78B is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 139 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.21 |
| HSL | 27.1º | 0.36% | 0.67% | - |
| HSV(B) | 27.1º | 0.31% | 0.79% | - |
| XYZ | 42.57 | 41.92 | 30.27 | - |
| YUV | 173.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 139 | 0 | 0.17 | 0.31 | 0.21 | 27.1 | 0.36 | 0.67 |
| Hex | C9 | A7 | 8B | 0 | 11 | 1F | 15 | 1B | 24 | 43 |
| Octal | 311 | 247 | 213 | 0 | 21 | 37 | 25 | 33 | 44 | 103 |
| Binary | 11001001 | 10100111 | 10001011 | 0 | 10001 | 11111 | 10101 | 11011 | 100100 | 1000011 |
Color Harmonies of #C9A78B
Complementary color
Monochromatic Colors of #C9A78B
Black with #C9A78B
Text Example
Text Example
White with #C9A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A78B; }
p { color: rgb(201,167,139); }
H1.HeaderClassName
{
color: #C9A78B;
}
.AnyTagClassName
{
color: #C9A78B;
}
</style>
background-color css
<style>
a { background-color: #C9A78B; }
a { background-color: rgb(201,167,139); }
div.DivClassName
{
background-color: #C9A78B;
}
.BgClassName
{
background-color: #C9A78B;
}
</style>
border-color css
<style>
span { border-color: #C9A78B; }
span { border-color: rgb(201,167,139); }
td.TdClassName
{
border-color: #C9A78B;
}
.TagClassName
{
border-color: #C9A78B;
}
</style>