Shades of Rodeo Dust #C5AC8E
Tints of Rodeo Dust #C5AC8E
RGB
CMYK
RGB Variations
Color information
#C5AC8E (or 0xC5AC8E) is known color: Rodeo Dust. HEX triplet: C5, AC and 8E. RGB value is (197,172,142). Sum of RGB (Red+Green+Blue) = 197+172+142=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AC8E is #3A5371. Grayscale: #B0B0B0. Windows color (decimal): -3822450 or 9350341. OLE color: 9350341.
HSL color Cylindrical-coordinate representation of color #C5AC8E: hue angle of 32.73º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AC8E is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 142 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.23 |
| HSL | 32.73º | 0.32% | 0.66% | - |
| HSV(B) | 32.73º | 0.28% | 0.77% | - |
| XYZ | 42.66 | 43.33 | 31.71 | - |
| YUV | 176.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 142 | 0 | 0.13 | 0.28 | 0.23 | 32.73 | 0.32 | 0.66 |
| Hex | C5 | AC | 8E | 0 | D | 1C | 17 | 21 | 20 | 42 |
| Octal | 305 | 254 | 216 | 0 | 15 | 34 | 27 | 41 | 40 | 102 |
| Binary | 11000101 | 10101100 | 10001110 | 0 | 1101 | 11100 | 10111 | 100001 | 100000 | 1000010 |
Color Harmonies of #C5AC8E
Complementary color
Monochromatic Colors of #C5AC8E
Black with #C5AC8E
Text Example
Text Example
White with #C5AC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC8E; }
p { color: rgb(197,172,142); }
H1.HeaderClassName
{
color: #C5AC8E;
}
.AnyTagClassName
{
color: #C5AC8E;
}
</style>
background-color css
<style>
a { background-color: #C5AC8E; }
a { background-color: rgb(197,172,142); }
div.DivClassName
{
background-color: #C5AC8E;
}
.BgClassName
{
background-color: #C5AC8E;
}
</style>
border-color css
<style>
span { border-color: #C5AC8E; }
span { border-color: rgb(197,172,142); }
td.TdClassName
{
border-color: #C5AC8E;
}
.TagClassName
{
border-color: #C5AC8E;
}
</style>