Shades of Rodeo Dust #C9A78F
Tints of Rodeo Dust #C9A78F
RGB
CMYK
RGB Variations
Color information
#C9A78F (or 0xC9A78F) is known color: Rodeo Dust. HEX triplet: C9, A7 and 8F. RGB value is (201,167,143). Sum of RGB (Red+Green+Blue) = 201+167+143=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A78F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A78F is #365870. Grayscale: #AEAEAE. Windows color (decimal): -3561585 or 9414601. OLE color: 9414601.
HSL color Cylindrical-coordinate representation of color #C9A78F: hue angle of 24.83º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9A78F is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 143 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.21 |
| HSL | 24.83º | 0.35% | 0.67% | - |
| HSV(B) | 24.83º | 0.29% | 0.79% | - |
| XYZ | 42.86 | 42.04 | 31.84 | - |
| YUV | 174.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 143 | 0 | 0.17 | 0.29 | 0.21 | 24.83 | 0.35 | 0.67 |
| Hex | C9 | A7 | 8F | 0 | 11 | 1D | 15 | 19 | 23 | 43 |
| Octal | 311 | 247 | 217 | 0 | 21 | 35 | 25 | 31 | 43 | 103 |
| Binary | 11001001 | 10100111 | 10001111 | 0 | 10001 | 11101 | 10101 | 11001 | 100011 | 1000011 |
Color Harmonies of #C9A78F
Complementary color
Monochromatic Colors of #C9A78F
Black with #C9A78F
Text Example
Text Example
White with #C9A78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A78F; }
p { color: rgb(201,167,143); }
H1.HeaderClassName
{
color: #C9A78F;
}
.AnyTagClassName
{
color: #C9A78F;
}
</style>
background-color css
<style>
a { background-color: #C9A78F; }
a { background-color: rgb(201,167,143); }
div.DivClassName
{
background-color: #C9A78F;
}
.BgClassName
{
background-color: #C9A78F;
}
</style>
border-color css
<style>
span { border-color: #C9A78F; }
span { border-color: rgb(201,167,143); }
td.TdClassName
{
border-color: #C9A78F;
}
.TagClassName
{
border-color: #C9A78F;
}
</style>