Shades of Rodeo Dust #C5AC8C
Tints of Rodeo Dust #C5AC8C
RGB
CMYK
RGB Variations
Color information
#C5AC8C (or 0xC5AC8C) is known color: Rodeo Dust. HEX triplet: C5, AC and 8C. RGB value is (197,172,140). Sum of RGB (Red+Green+Blue) = 197+172+140=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AC8C is #3A5373. Grayscale: #AFAFAF. Windows color (decimal): -3822452 or 9219269. OLE color: 9219269.
HSL color Cylindrical-coordinate representation of color #C5AC8C: hue angle of 33.68º 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 #C5AC8C is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 140 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.23 |
| HSL | 33.68º | 0.33% | 0.66% | - |
| HSV(B) | 33.68º | 0.29% | 0.77% | - |
| XYZ | 42.51 | 43.27 | 30.92 | - |
| YUV | 175.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 140 | 0 | 0.13 | 0.29 | 0.23 | 33.68 | 0.33 | 0.66 |
| Hex | C5 | AC | 8C | 0 | D | 1D | 17 | 22 | 21 | 42 |
| Octal | 305 | 254 | 214 | 0 | 15 | 35 | 27 | 42 | 41 | 102 |
| Binary | 11000101 | 10101100 | 10001100 | 0 | 1101 | 11101 | 10111 | 100010 | 100001 | 1000010 |
Color Harmonies of #C5AC8C
Complementary color
Monochromatic Colors of #C5AC8C
Black with #C5AC8C
Text Example
Text Example
White with #C5AC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC8C; }
p { color: rgb(197,172,140); }
H1.HeaderClassName
{
color: #C5AC8C;
}
.AnyTagClassName
{
color: #C5AC8C;
}
</style>
background-color css
<style>
a { background-color: #C5AC8C; }
a { background-color: rgb(197,172,140); }
div.DivClassName
{
background-color: #C5AC8C;
}
.BgClassName
{
background-color: #C5AC8C;
}
</style>
border-color css
<style>
span { border-color: #C5AC8C; }
span { border-color: rgb(197,172,140); }
td.TdClassName
{
border-color: #C5AC8C;
}
.TagClassName
{
border-color: #C5AC8C;
}
</style>