Shades of Rodeo Dust #C2A57A
Tints of Rodeo Dust #C2A57A
RGB
CMYK
RGB Variations
Color information
#C2A57A (or 0xC2A57A) is known color: Rodeo Dust. HEX triplet: C2, A5 and 7A. RGB value is (194,165,122). Sum of RGB (Red+Green+Blue) = 194+165+122=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A57A is #3D5A85. Grayscale: #A8A8A8. Windows color (decimal): -4020870 or 8037826. OLE color: 8037826.
HSL color Cylindrical-coordinate representation of color #C2A57A: hue angle of 35.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2A57A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 122 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.24 |
| HSL | 35.83º | 0.37% | 0.62% | - |
| HSV(B) | 35.83º | 0.37% | 0.76% | - |
| XYZ | 39.22 | 39.78 | 24.02 | - |
| YUV | 168.77 | 101.61 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 122 | 0 | 0.15 | 0.37 | 0.24 | 35.83 | 0.37 | 0.62 |
| Hex | C2 | A5 | 7A | 0 | F | 25 | 18 | 24 | 25 | 3E |
| Octal | 302 | 245 | 172 | 0 | 17 | 45 | 30 | 44 | 45 | 76 |
| Binary | 11000010 | 10100101 | 1111010 | 0 | 1111 | 100101 | 11000 | 100100 | 100101 | 111110 |
Color Harmonies of #C2A57A
Complementary color
Monochromatic Colors of #C2A57A
Black with #C2A57A
Text Example
Text Example
White with #C2A57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A57A; }
p { color: rgb(194,165,122); }
H1.HeaderClassName
{
color: #C2A57A;
}
.AnyTagClassName
{
color: #C2A57A;
}
</style>
background-color css
<style>
a { background-color: #C2A57A; }
a { background-color: rgb(194,165,122); }
div.DivClassName
{
background-color: #C2A57A;
}
.BgClassName
{
background-color: #C2A57A;
}
</style>
border-color css
<style>
span { border-color: #C2A57A; }
span { border-color: rgb(194,165,122); }
td.TdClassName
{
border-color: #C2A57A;
}
.TagClassName
{
border-color: #C2A57A;
}
</style>