Shades of Rodeo Dust #C6A282
Tints of Rodeo Dust #C6A282
RGB
CMYK
RGB Variations
Color information
#C6A282 (or 0xC6A282) is known color: Rodeo Dust. HEX triplet: C6, A2 and 82. RGB value is (198,162,130). Sum of RGB (Red+Green+Blue) = 198+162+130=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A282 is #395D7D. Grayscale: #A9A9A9. Windows color (decimal): -3759486 or 8561350. OLE color: 8561350.
HSL color Cylindrical-coordinate representation of color #C6A282: hue angle of 28.24º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6A282 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 162 | 130 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.22 |
| HSL | 28.24º | 0.37% | 0.64% | - |
| HSV(B) | 28.24º | 0.34% | 0.78% | - |
| XYZ | 40.24 | 39.46 | 26.61 | - |
| YUV | 169.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 130 | 0 | 0.18 | 0.34 | 0.22 | 28.24 | 0.37 | 0.64 |
| Hex | C6 | A2 | 82 | 0 | 12 | 22 | 16 | 1C | 25 | 40 |
| Octal | 306 | 242 | 202 | 0 | 22 | 42 | 26 | 34 | 45 | 100 |
| Binary | 11000110 | 10100010 | 10000010 | 0 | 10010 | 100010 | 10110 | 11100 | 100101 | 1000000 |
Color Harmonies of #C6A282
Complementary color
Monochromatic Colors of #C6A282
Black with #C6A282
Text Example
Text Example
White with #C6A282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A282; }
p { color: rgb(198,162,130); }
H1.HeaderClassName
{
color: #C6A282;
}
.AnyTagClassName
{
color: #C6A282;
}
</style>
background-color css
<style>
a { background-color: #C6A282; }
a { background-color: rgb(198,162,130); }
div.DivClassName
{
background-color: #C6A282;
}
.BgClassName
{
background-color: #C6A282;
}
</style>
border-color css
<style>
span { border-color: #C6A282; }
span { border-color: rgb(198,162,130); }
td.TdClassName
{
border-color: #C6A282;
}
.TagClassName
{
border-color: #C6A282;
}
</style>