Shades of Rodeo Dust #C7A479
Tints of Rodeo Dust #C7A479
RGB
CMYK
RGB Variations
Color information
#C7A479 (or 0xC7A479) is known color: Rodeo Dust. HEX triplet: C7, A4 and 79. RGB value is (199,164,121). Sum of RGB (Red+Green+Blue) = 199+164+121=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A479 is #385B86. Grayscale: #A9A9A9. Windows color (decimal): -3693447 or 7972039. OLE color: 7972039.
HSL color Cylindrical-coordinate representation of color #C7A479: hue angle of 33.08º 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 #C7A479 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 121 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.22 |
| HSL | 33.08º | 0.41% | 0.63% | - |
| HSV(B) | 33.08º | 0.39% | 0.78% | - |
| XYZ | 40.28 | 40.07 | 23.7 | - |
| YUV | 169.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 121 | 0 | 0.18 | 0.39 | 0.22 | 33.08 | 0.41 | 0.63 |
| Hex | C7 | A4 | 79 | 0 | 12 | 27 | 16 | 21 | 29 | 3F |
| Octal | 307 | 244 | 171 | 0 | 22 | 47 | 26 | 41 | 51 | 77 |
| Binary | 11000111 | 10100100 | 1111001 | 0 | 10010 | 100111 | 10110 | 100001 | 101001 | 111111 |
Color Harmonies of #C7A479
Complementary color
Monochromatic Colors of #C7A479
Black with #C7A479
Text Example
Text Example
White with #C7A479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A479; }
p { color: rgb(199,164,121); }
H1.HeaderClassName
{
color: #C7A479;
}
.AnyTagClassName
{
color: #C7A479;
}
</style>
background-color css
<style>
a { background-color: #C7A479; }
a { background-color: rgb(199,164,121); }
div.DivClassName
{
background-color: #C7A479;
}
.BgClassName
{
background-color: #C7A479;
}
</style>
border-color css
<style>
span { border-color: #C7A479; }
span { border-color: rgb(199,164,121); }
td.TdClassName
{
border-color: #C7A479;
}
.TagClassName
{
border-color: #C7A479;
}
</style>