Shades of Rodeo Dust #C9A78C
Tints of Rodeo Dust #C9A78C
RGB
CMYK
RGB Variations
Color information
#C9A78C (or 0xC9A78C) is known color: Rodeo Dust. HEX triplet: C9, A7 and 8C. RGB value is (201,167,140). Sum of RGB (Red+Green+Blue) = 201+167+140=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A78C is #365873. Grayscale: #AEAEAE. Windows color (decimal): -3561588 or 9217993. OLE color: 9217993.
HSL color Cylindrical-coordinate representation of color #C9A78C: hue angle of 26.56º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9A78C is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 140 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.21 |
| HSL | 26.56º | 0.36% | 0.67% | - |
| HSV(B) | 26.56º | 0.3% | 0.79% | - |
| XYZ | 42.64 | 41.95 | 30.66 | - |
| YUV | 174.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 140 | 0 | 0.17 | 0.30 | 0.21 | 26.56 | 0.36 | 0.67 |
| Hex | C9 | A7 | 8C | 0 | 11 | 1E | 15 | 1B | 24 | 43 |
| Octal | 311 | 247 | 214 | 0 | 21 | 36 | 25 | 33 | 44 | 103 |
| Binary | 11001001 | 10100111 | 10001100 | 0 | 10001 | 11110 | 10101 | 11011 | 100100 | 1000011 |
Color Harmonies of #C9A78C
Complementary color
Monochromatic Colors of #C9A78C
Black with #C9A78C
Text Example
Text Example
White with #C9A78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A78C; }
p { color: rgb(201,167,140); }
H1.HeaderClassName
{
color: #C9A78C;
}
.AnyTagClassName
{
color: #C9A78C;
}
</style>
background-color css
<style>
a { background-color: #C9A78C; }
a { background-color: rgb(201,167,140); }
div.DivClassName
{
background-color: #C9A78C;
}
.BgClassName
{
background-color: #C9A78C;
}
</style>
border-color css
<style>
span { border-color: #C9A78C; }
span { border-color: rgb(201,167,140); }
td.TdClassName
{
border-color: #C9A78C;
}
.TagClassName
{
border-color: #C9A78C;
}
</style>