Shades of Rodeo Dust #C6A57A
Tints of Rodeo Dust #C6A57A
RGB
CMYK
RGB Variations
Color information
#C6A57A (or 0xC6A57A) is known color: Rodeo Dust. HEX triplet: C6, A5 and 7A. RGB value is (198,165,122). Sum of RGB (Red+Green+Blue) = 198+165+122=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A57A is #395A85. Grayscale: #AAAAAA. Windows color (decimal): -3758726 or 8037830. OLE color: 8037830.
HSL color Cylindrical-coordinate representation of color #C6A57A: hue angle of 33.95º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6A57A is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 165 | 122 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.22 |
| HSL | 33.95º | 0.4% | 0.63% | - |
| HSV(B) | 33.95º | 0.38% | 0.78% | - |
| XYZ | 40.26 | 40.32 | 24.07 | - |
| YUV | 169.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 122 | 0 | 0.17 | 0.38 | 0.22 | 33.95 | 0.4 | 0.63 |
| Hex | C6 | A5 | 7A | 0 | 11 | 26 | 16 | 22 | 28 | 3F |
| Octal | 306 | 245 | 172 | 0 | 21 | 46 | 26 | 42 | 50 | 77 |
| Binary | 11000110 | 10100101 | 1111010 | 0 | 10001 | 100110 | 10110 | 100010 | 101000 | 111111 |
Color Harmonies of #C6A57A
Complementary color
Monochromatic Colors of #C6A57A
Black with #C6A57A
Text Example
Text Example
White with #C6A57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A57A; }
p { color: rgb(198,165,122); }
H1.HeaderClassName
{
color: #C6A57A;
}
.AnyTagClassName
{
color: #C6A57A;
}
</style>
background-color css
<style>
a { background-color: #C6A57A; }
a { background-color: rgb(198,165,122); }
div.DivClassName
{
background-color: #C6A57A;
}
.BgClassName
{
background-color: #C6A57A;
}
</style>
border-color css
<style>
span { border-color: #C6A57A; }
span { border-color: rgb(198,165,122); }
td.TdClassName
{
border-color: #C6A57A;
}
.TagClassName
{
border-color: #C6A57A;
}
</style>