Shades of Rodeo Dust #C7A278
Tints of Rodeo Dust #C7A278
RGB
CMYK
RGB Variations
Color information
#C7A278 (or 0xC7A278) is known color: Rodeo Dust. HEX triplet: C7, A2 and 78. RGB value is (199,162,120). Sum of RGB (Red+Green+Blue) = 199+162+120=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A278 is #385D87. Grayscale: #A8A8A8. Windows color (decimal): -3693960 or 7905991. OLE color: 7905991.
HSL color Cylindrical-coordinate representation of color #C7A278: hue angle of 31.9º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7A278 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 120 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.22 |
| HSL | 31.9º | 0.41% | 0.63% | - |
| HSV(B) | 31.9º | 0.4% | 0.78% | - |
| XYZ | 39.86 | 39.34 | 23.26 | - |
| YUV | 168.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 120 | 0 | 0.19 | 0.40 | 0.22 | 31.9 | 0.41 | 0.63 |
| Hex | C7 | A2 | 78 | 0 | 13 | 28 | 16 | 20 | 29 | 3F |
| Octal | 307 | 242 | 170 | 0 | 23 | 50 | 26 | 40 | 51 | 77 |
| Binary | 11000111 | 10100010 | 1111000 | 0 | 10011 | 101000 | 10110 | 100000 | 101001 | 111111 |
Color Harmonies of #C7A278
Complementary color
Monochromatic Colors of #C7A278
Black with #C7A278
Text Example
Text Example
White with #C7A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A278; }
p { color: rgb(199,162,120); }
H1.HeaderClassName
{
color: #C7A278;
}
.AnyTagClassName
{
color: #C7A278;
}
</style>
background-color css
<style>
a { background-color: #C7A278; }
a { background-color: rgb(199,162,120); }
div.DivClassName
{
background-color: #C7A278;
}
.BgClassName
{
background-color: #C7A278;
}
</style>
border-color css
<style>
span { border-color: #C7A278; }
span { border-color: rgb(199,162,120); }
td.TdClassName
{
border-color: #C7A278;
}
.TagClassName
{
border-color: #C7A278;
}
</style>