Shades of Rodeo Dust #C2A47A
Tints of Rodeo Dust #C2A47A
RGB
CMYK
RGB Variations
Color information
#C2A47A (or 0xC2A47A) is known color: Rodeo Dust. HEX triplet: C2, A4 and 7A. RGB value is (194,164,122). Sum of RGB (Red+Green+Blue) = 194+164+122=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A47A is #3D5B85. Grayscale: #A8A8A8. Windows color (decimal): -4021126 or 8037570. OLE color: 8037570.
HSL color Cylindrical-coordinate representation of color #C2A47A: hue angle of 35º 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 #C2A47A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 122 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.24 |
| HSL | 35º | 0.37% | 0.62% | - |
| HSV(B) | 35º | 0.37% | 0.76% | - |
| XYZ | 39.04 | 39.43 | 23.96 | - |
| YUV | 168.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 122 | 0 | 0.15 | 0.37 | 0.24 | 35 | 0.37 | 0.62 |
| Hex | C2 | A4 | 7A | 0 | F | 25 | 18 | 23 | 25 | 3E |
| Octal | 302 | 244 | 172 | 0 | 17 | 45 | 30 | 43 | 45 | 76 |
| Binary | 11000010 | 10100100 | 1111010 | 0 | 1111 | 100101 | 11000 | 100011 | 100101 | 111110 |
Color Harmonies of #C2A47A
Complementary color
Monochromatic Colors of #C2A47A
Black with #C2A47A
Text Example
Text Example
White with #C2A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A47A; }
p { color: rgb(194,164,122); }
H1.HeaderClassName
{
color: #C2A47A;
}
.AnyTagClassName
{
color: #C2A47A;
}
</style>
background-color css
<style>
a { background-color: #C2A47A; }
a { background-color: rgb(194,164,122); }
div.DivClassName
{
background-color: #C2A47A;
}
.BgClassName
{
background-color: #C2A47A;
}
</style>
border-color css
<style>
span { border-color: #C2A47A; }
span { border-color: rgb(194,164,122); }
td.TdClassName
{
border-color: #C2A47A;
}
.TagClassName
{
border-color: #C2A47A;
}
</style>