Shades of Rodeo Dust #C6AB8D
Tints of Rodeo Dust #C6AB8D
RGB
CMYK
RGB Variations
Color information
#C6AB8D (or 0xC6AB8D) is known color: Rodeo Dust. HEX triplet: C6, AB and 8D. RGB value is (198,171,141). Sum of RGB (Red+Green+Blue) = 198+171+141=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AB8D is #395472. Grayscale: #AFAFAF. Windows color (decimal): -3757171 or 9284550. OLE color: 9284550.
HSL color Cylindrical-coordinate representation of color #C6AB8D: hue angle of 31.58º 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 #C6AB8D is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 141 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.22 |
| HSL | 31.58º | 0.33% | 0.66% | - |
| HSV(B) | 31.58º | 0.29% | 0.78% | - |
| XYZ | 42.66 | 43.05 | 31.26 | - |
| YUV | 175.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 141 | 0 | 0.14 | 0.29 | 0.22 | 31.58 | 0.33 | 0.66 |
| Hex | C6 | AB | 8D | 0 | E | 1D | 16 | 20 | 21 | 42 |
| Octal | 306 | 253 | 215 | 0 | 16 | 35 | 26 | 40 | 41 | 102 |
| Binary | 11000110 | 10101011 | 10001101 | 0 | 1110 | 11101 | 10110 | 100000 | 100001 | 1000010 |
Color Harmonies of #C6AB8D
Complementary color
Monochromatic Colors of #C6AB8D
Black with #C6AB8D
Text Example
Text Example
White with #C6AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB8D; }
p { color: rgb(198,171,141); }
H1.HeaderClassName
{
color: #C6AB8D;
}
.AnyTagClassName
{
color: #C6AB8D;
}
</style>
background-color css
<style>
a { background-color: #C6AB8D; }
a { background-color: rgb(198,171,141); }
div.DivClassName
{
background-color: #C6AB8D;
}
.BgClassName
{
background-color: #C6AB8D;
}
</style>
border-color css
<style>
span { border-color: #C6AB8D; }
span { border-color: rgb(198,171,141); }
td.TdClassName
{
border-color: #C6AB8D;
}
.TagClassName
{
border-color: #C6AB8D;
}
</style>