Shades of Rodeo Dust #C7A47A
Tints of Rodeo Dust #C7A47A
RGB
CMYK
RGB Variations
Color information
#C7A47A (or 0xC7A47A) is known color: Rodeo Dust. HEX triplet: C7, A4 and 7A. RGB value is (199,164,122). Sum of RGB (Red+Green+Blue) = 199+164+122=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A47A is #385B85. Grayscale: #A9A9A9. Windows color (decimal): -3693446 or 8037575. OLE color: 8037575.
HSL color Cylindrical-coordinate representation of color #C7A47A: hue angle of 32.73º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7A47A is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 122 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.22 |
| HSL | 32.73º | 0.41% | 0.63% | - |
| HSV(B) | 32.73º | 0.39% | 0.78% | - |
| XYZ | 40.34 | 40.1 | 24.03 | - |
| YUV | 169.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 122 | 0 | 0.18 | 0.39 | 0.22 | 32.73 | 0.41 | 0.63 |
| Hex | C7 | A4 | 7A | 0 | 12 | 27 | 16 | 21 | 29 | 3F |
| Octal | 307 | 244 | 172 | 0 | 22 | 47 | 26 | 41 | 51 | 77 |
| Binary | 11000111 | 10100100 | 1111010 | 0 | 10010 | 100111 | 10110 | 100001 | 101001 | 111111 |
Color Harmonies of #C7A47A
Complementary color
Monochromatic Colors of #C7A47A
Black with #C7A47A
Text Example
Text Example
White with #C7A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A47A; }
p { color: rgb(199,164,122); }
H1.HeaderClassName
{
color: #C7A47A;
}
.AnyTagClassName
{
color: #C7A47A;
}
</style>
background-color css
<style>
a { background-color: #C7A47A; }
a { background-color: rgb(199,164,122); }
div.DivClassName
{
background-color: #C7A47A;
}
.BgClassName
{
background-color: #C7A47A;
}
</style>
border-color css
<style>
span { border-color: #C7A47A; }
span { border-color: rgb(199,164,122); }
td.TdClassName
{
border-color: #C7A47A;
}
.TagClassName
{
border-color: #C7A47A;
}
</style>