Shades of Rodeo Dust #C6A17C
Tints of Rodeo Dust #C6A17C
RGB
CMYK
RGB Variations
Color information
#C6A17C (or 0xC6A17C) is known color: Rodeo Dust. HEX triplet: C6, A1 and 7C. RGB value is (198,161,124). Sum of RGB (Red+Green+Blue) = 198+161+124=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A17C is #395E83. Grayscale: #A8A8A8. Windows color (decimal): -3759748 or 8167878. OLE color: 8167878.
HSL color Cylindrical-coordinate representation of color #C6A17C: hue angle of 30º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6A17C is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 161 | 124 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.22 |
| HSL | 30º | 0.39% | 0.63% | - |
| HSV(B) | 30º | 0.37% | 0.78% | - |
| XYZ | 39.67 | 38.95 | 24.5 | - |
| YUV | 167.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 161 | 124 | 0 | 0.19 | 0.37 | 0.22 | 30 | 0.39 | 0.63 |
| Hex | C6 | A1 | 7C | 0 | 13 | 25 | 16 | 1E | 27 | 3F |
| Octal | 306 | 241 | 174 | 0 | 23 | 45 | 26 | 36 | 47 | 77 |
| Binary | 11000110 | 10100001 | 1111100 | 0 | 10011 | 100101 | 10110 | 11110 | 100111 | 111111 |
Color Harmonies of #C6A17C
Complementary color
Monochromatic Colors of #C6A17C
Black with #C6A17C
Text Example
Text Example
White with #C6A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A17C; }
p { color: rgb(198,161,124); }
H1.HeaderClassName
{
color: #C6A17C;
}
.AnyTagClassName
{
color: #C6A17C;
}
</style>
background-color css
<style>
a { background-color: #C6A17C; }
a { background-color: rgb(198,161,124); }
div.DivClassName
{
background-color: #C6A17C;
}
.BgClassName
{
background-color: #C6A17C;
}
</style>
border-color css
<style>
span { border-color: #C6A17C; }
span { border-color: rgb(198,161,124); }
td.TdClassName
{
border-color: #C6A17C;
}
.TagClassName
{
border-color: #C6A17C;
}
</style>