Shades of Rodeo Dust #C5A78B
Tints of Rodeo Dust #C5A78B
RGB
CMYK
RGB Variations
Color information
#C5A78B (or 0xC5A78B) is known color: Rodeo Dust. HEX triplet: C5, A7 and 8B. RGB value is (197,167,139). Sum of RGB (Red+Green+Blue) = 197+167+139=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A78B is #3A5874. Grayscale: #ACACAC. Windows color (decimal): -3823733 or 9152453. OLE color: 9152453.
HSL color Cylindrical-coordinate representation of color #C5A78B: hue angle of 28.97º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5A78B is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 139 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.23 |
| HSL | 28.97º | 0.33% | 0.66% | - |
| HSV(B) | 28.97º | 0.29% | 0.77% | - |
| XYZ | 41.5 | 41.37 | 30.22 | - |
| YUV | 172.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 139 | 0 | 0.15 | 0.29 | 0.23 | 28.97 | 0.33 | 0.66 |
| Hex | C5 | A7 | 8B | 0 | F | 1D | 17 | 1D | 21 | 42 |
| Octal | 305 | 247 | 213 | 0 | 17 | 35 | 27 | 35 | 41 | 102 |
| Binary | 11000101 | 10100111 | 10001011 | 0 | 1111 | 11101 | 10111 | 11101 | 100001 | 1000010 |
Color Harmonies of #C5A78B
Complementary color
Monochromatic Colors of #C5A78B
Black with #C5A78B
Text Example
Text Example
White with #C5A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A78B; }
p { color: rgb(197,167,139); }
H1.HeaderClassName
{
color: #C5A78B;
}
.AnyTagClassName
{
color: #C5A78B;
}
</style>
background-color css
<style>
a { background-color: #C5A78B; }
a { background-color: rgb(197,167,139); }
div.DivClassName
{
background-color: #C5A78B;
}
.BgClassName
{
background-color: #C5A78B;
}
</style>
border-color css
<style>
span { border-color: #C5A78B; }
span { border-color: rgb(197,167,139); }
td.TdClassName
{
border-color: #C5A78B;
}
.TagClassName
{
border-color: #C5A78B;
}
</style>