Shades of Rodeo Dust #C6A785
Tints of Rodeo Dust #C6A785
RGB
CMYK
RGB Variations
Color information
#C6A785 (or 0xC6A785) is known color: Rodeo Dust. HEX triplet: C6, A7 and 85. RGB value is (198,167,133). Sum of RGB (Red+Green+Blue) = 198+167+133=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A785 is #39587A. Grayscale: #ACACAC. Windows color (decimal): -3758203 or 8759238. OLE color: 8759238.
HSL color Cylindrical-coordinate representation of color #C6A785: hue angle of 31.38º degrees, saturation: 0.36, 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 #C6A785 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 133 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.22 |
| HSL | 31.38º | 0.36% | 0.65% | - |
| HSV(B) | 31.38º | 0.33% | 0.78% | - |
| XYZ | 41.34 | 41.34 | 27.99 | - |
| YUV | 172.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 133 | 0 | 0.16 | 0.33 | 0.22 | 31.38 | 0.36 | 0.65 |
| Hex | C6 | A7 | 85 | 0 | 10 | 21 | 16 | 1F | 24 | 41 |
| Octal | 306 | 247 | 205 | 0 | 20 | 41 | 26 | 37 | 44 | 101 |
| Binary | 11000110 | 10100111 | 10000101 | 0 | 10000 | 100001 | 10110 | 11111 | 100100 | 1000001 |
Color Harmonies of #C6A785
Complementary color
Monochromatic Colors of #C6A785
Black with #C6A785
Text Example
Text Example
White with #C6A785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A785; }
p { color: rgb(198,167,133); }
H1.HeaderClassName
{
color: #C6A785;
}
.AnyTagClassName
{
color: #C6A785;
}
</style>
background-color css
<style>
a { background-color: #C6A785; }
a { background-color: rgb(198,167,133); }
div.DivClassName
{
background-color: #C6A785;
}
.BgClassName
{
background-color: #C6A785;
}
</style>
border-color css
<style>
span { border-color: #C6A785; }
span { border-color: rgb(198,167,133); }
td.TdClassName
{
border-color: #C6A785;
}
.TagClassName
{
border-color: #C6A785;
}
</style>