Shades of Rodeo Dust #C2A17A
Tints of Rodeo Dust #C2A17A
RGB
CMYK
RGB Variations
Color information
#C2A17A (or 0xC2A17A) is known color: Rodeo Dust. HEX triplet: C2, A1 and 7A. RGB value is (194,161,122). Sum of RGB (Red+Green+Blue) = 194+161+122=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A17A is #3D5E85. Grayscale: #A6A6A6. Windows color (decimal): -4021894 or 8036802. OLE color: 8036802.
HSL color Cylindrical-coordinate representation of color #C2A17A: hue angle of 32.5º 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 #C2A17A is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 122 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.24 |
| HSL | 32.5º | 0.37% | 0.62% | - |
| HSV(B) | 32.5º | 0.37% | 0.76% | - |
| XYZ | 38.51 | 38.36 | 23.79 | - |
| YUV | 166.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 122 | 0 | 0.17 | 0.37 | 0.24 | 32.5 | 0.37 | 0.62 |
| Hex | C2 | A1 | 7A | 0 | 11 | 25 | 18 | 20 | 25 | 3E |
| Octal | 302 | 241 | 172 | 0 | 21 | 45 | 30 | 40 | 45 | 76 |
| Binary | 11000010 | 10100001 | 1111010 | 0 | 10001 | 100101 | 11000 | 100000 | 100101 | 111110 |
Color Harmonies of #C2A17A
Complementary color
Monochromatic Colors of #C2A17A
Black with #C2A17A
Text Example
Text Example
White with #C2A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A17A; }
p { color: rgb(194,161,122); }
H1.HeaderClassName
{
color: #C2A17A;
}
.AnyTagClassName
{
color: #C2A17A;
}
</style>
background-color css
<style>
a { background-color: #C2A17A; }
a { background-color: rgb(194,161,122); }
div.DivClassName
{
background-color: #C2A17A;
}
.BgClassName
{
background-color: #C2A17A;
}
</style>
border-color css
<style>
span { border-color: #C2A17A; }
span { border-color: rgb(194,161,122); }
td.TdClassName
{
border-color: #C2A17A;
}
.TagClassName
{
border-color: #C2A17A;
}
</style>