Shades of Rodeo Dust #C6AC8D
Tints of Rodeo Dust #C6AC8D
RGB
CMYK
RGB Variations
Color information
#C6AC8D (or 0xC6AC8D) is known color: Rodeo Dust. HEX triplet: C6, AC and 8D. RGB value is (198,172,141). Sum of RGB (Red+Green+Blue) = 198+172+141=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC8D is #395372. Grayscale: #B0B0B0. Windows color (decimal): -3756915 or 9284806. OLE color: 9284806.
HSL color Cylindrical-coordinate representation of color #C6AC8D: hue angle of 32.63º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6AC8D is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 141 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.22 |
| HSL | 32.63º | 0.33% | 0.66% | - |
| HSV(B) | 32.63º | 0.29% | 0.78% | - |
| XYZ | 42.85 | 43.43 | 31.32 | - |
| YUV | 176.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 141 | 0 | 0.13 | 0.29 | 0.22 | 32.63 | 0.33 | 0.66 |
| Hex | C6 | AC | 8D | 0 | D | 1D | 16 | 21 | 21 | 42 |
| Octal | 306 | 254 | 215 | 0 | 15 | 35 | 26 | 41 | 41 | 102 |
| Binary | 11000110 | 10101100 | 10001101 | 0 | 1101 | 11101 | 10110 | 100001 | 100001 | 1000010 |
Color Harmonies of #C6AC8D
Complementary color
Monochromatic Colors of #C6AC8D
Black with #C6AC8D
Text Example
Text Example
White with #C6AC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AC8D; }
p { color: rgb(198,172,141); }
H1.HeaderClassName
{
color: #C6AC8D;
}
.AnyTagClassName
{
color: #C6AC8D;
}
</style>
background-color css
<style>
a { background-color: #C6AC8D; }
a { background-color: rgb(198,172,141); }
div.DivClassName
{
background-color: #C6AC8D;
}
.BgClassName
{
background-color: #C6AC8D;
}
</style>
border-color css
<style>
span { border-color: #C6AC8D; }
span { border-color: rgb(198,172,141); }
td.TdClassName
{
border-color: #C6AC8D;
}
.TagClassName
{
border-color: #C6AC8D;
}
</style>