Shades of Rodeo Dust #C6AB84
Tints of Rodeo Dust #C6AB84
RGB
CMYK
RGB Variations
Color information
#C6AB84 (or 0xC6AB84) is known color: Rodeo Dust. HEX triplet: C6, AB and 84. RGB value is (198,171,132). Sum of RGB (Red+Green+Blue) = 198+171+132=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AB84 is #39547B. Grayscale: #AEAEAE. Windows color (decimal): -3757180 or 8694726. OLE color: 8694726.
HSL color Cylindrical-coordinate representation of color #C6AB84: hue angle of 35.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6AB84 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 132 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.22 |
| HSL | 35.45º | 0.37% | 0.65% | - |
| HSV(B) | 35.45º | 0.33% | 0.78% | - |
| XYZ | 42.02 | 42.8 | 27.88 | - |
| YUV | 174.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 132 | 0 | 0.14 | 0.33 | 0.22 | 35.45 | 0.37 | 0.65 |
| Hex | C6 | AB | 84 | 0 | E | 21 | 16 | 23 | 25 | 41 |
| Octal | 306 | 253 | 204 | 0 | 16 | 41 | 26 | 43 | 45 | 101 |
| Binary | 11000110 | 10101011 | 10000100 | 0 | 1110 | 100001 | 10110 | 100011 | 100101 | 1000001 |
Color Harmonies of #C6AB84
Complementary color
Monochromatic Colors of #C6AB84
Black with #C6AB84
Text Example
Text Example
White with #C6AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB84; }
p { color: rgb(198,171,132); }
H1.HeaderClassName
{
color: #C6AB84;
}
.AnyTagClassName
{
color: #C6AB84;
}
</style>
background-color css
<style>
a { background-color: #C6AB84; }
a { background-color: rgb(198,171,132); }
div.DivClassName
{
background-color: #C6AB84;
}
.BgClassName
{
background-color: #C6AB84;
}
</style>
border-color css
<style>
span { border-color: #C6AB84; }
span { border-color: rgb(198,171,132); }
td.TdClassName
{
border-color: #C6AB84;
}
.TagClassName
{
border-color: #C6AB84;
}
</style>