Shades of Rodeo Dust #C6A284
Tints of Rodeo Dust #C6A284
RGB
CMYK
RGB Variations
Color information
#C6A284 (or 0xC6A284) is known color: Rodeo Dust. HEX triplet: C6, A2 and 84. RGB value is (198,162,132). Sum of RGB (Red+Green+Blue) = 198+162+132=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A284 is #395D7B. Grayscale: #A9A9A9. Windows color (decimal): -3759484 or 8692422. OLE color: 8692422.
HSL color Cylindrical-coordinate representation of color #C6A284: hue angle of 27.27º 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 #C6A284 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 162 | 132 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.22 |
| HSL | 27.27º | 0.37% | 0.65% | - |
| HSV(B) | 27.27º | 0.33% | 0.78% | - |
| XYZ | 40.37 | 39.51 | 27.33 | - |
| YUV | 169.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 132 | 0 | 0.18 | 0.33 | 0.22 | 27.27 | 0.37 | 0.65 |
| Hex | C6 | A2 | 84 | 0 | 12 | 21 | 16 | 1B | 25 | 41 |
| Octal | 306 | 242 | 204 | 0 | 22 | 41 | 26 | 33 | 45 | 101 |
| Binary | 11000110 | 10100010 | 10000100 | 0 | 10010 | 100001 | 10110 | 11011 | 100101 | 1000001 |
Color Harmonies of #C6A284
Complementary color
Monochromatic Colors of #C6A284
Black with #C6A284
Text Example
Text Example
White with #C6A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A284; }
p { color: rgb(198,162,132); }
H1.HeaderClassName
{
color: #C6A284;
}
.AnyTagClassName
{
color: #C6A284;
}
</style>
background-color css
<style>
a { background-color: #C6A284; }
a { background-color: rgb(198,162,132); }
div.DivClassName
{
background-color: #C6A284;
}
.BgClassName
{
background-color: #C6A284;
}
</style>
border-color css
<style>
span { border-color: #C6A284; }
span { border-color: rgb(198,162,132); }
td.TdClassName
{
border-color: #C6A284;
}
.TagClassName
{
border-color: #C6A284;
}
</style>