Shades of Rodeo Dust #C6A78D
Tints of Rodeo Dust #C6A78D
RGB
CMYK
RGB Variations
Color information
#C6A78D (or 0xC6A78D) is known color: Rodeo Dust. HEX triplet: C6, A7 and 8D. RGB value is (198,167,141). Sum of RGB (Red+Green+Blue) = 198+167+141=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A78D is #395872. Grayscale: #ADADAD. Windows color (decimal): -3758195 or 9283526. OLE color: 9283526.
HSL color Cylindrical-coordinate representation of color #C6A78D: hue angle of 27.37º 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 #C6A78D is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 141 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.22 |
| HSL | 27.37º | 0.33% | 0.66% | - |
| HSV(B) | 27.37º | 0.29% | 0.78% | - |
| XYZ | 41.92 | 41.57 | 31.01 | - |
| YUV | 173.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 141 | 0 | 0.16 | 0.29 | 0.22 | 27.37 | 0.33 | 0.66 |
| Hex | C6 | A7 | 8D | 0 | 10 | 1D | 16 | 1B | 21 | 42 |
| Octal | 306 | 247 | 215 | 0 | 20 | 35 | 26 | 33 | 41 | 102 |
| Binary | 11000110 | 10100111 | 10001101 | 0 | 10000 | 11101 | 10110 | 11011 | 100001 | 1000010 |
Color Harmonies of #C6A78D
Complementary color
Monochromatic Colors of #C6A78D
Black with #C6A78D
Text Example
Text Example
White with #C6A78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A78D; }
p { color: rgb(198,167,141); }
H1.HeaderClassName
{
color: #C6A78D;
}
.AnyTagClassName
{
color: #C6A78D;
}
</style>
background-color css
<style>
a { background-color: #C6A78D; }
a { background-color: rgb(198,167,141); }
div.DivClassName
{
background-color: #C6A78D;
}
.BgClassName
{
background-color: #C6A78D;
}
</style>
border-color css
<style>
span { border-color: #C6A78D; }
span { border-color: rgb(198,167,141); }
td.TdClassName
{
border-color: #C6A78D;
}
.TagClassName
{
border-color: #C6A78D;
}
</style>