Shades of Rodeo Dust #C7A78F
Tints of Rodeo Dust #C7A78F
RGB
CMYK
RGB Variations
Color information
#C7A78F (or 0xC7A78F) is known color: Rodeo Dust. HEX triplet: C7, A7 and 8F. RGB value is (199,167,143). Sum of RGB (Red+Green+Blue) = 199+167+143=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A78F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A78F is #385870. Grayscale: #ADADAD. Windows color (decimal): -3692657 or 9414599. OLE color: 9414599.
HSL color Cylindrical-coordinate representation of color #C7A78F: hue angle of 25.71º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7A78F is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 167 | 143 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.22 |
| HSL | 25.71º | 0.33% | 0.67% | - |
| HSV(B) | 25.71º | 0.28% | 0.78% | - |
| XYZ | 42.33 | 41.76 | 31.82 | - |
| YUV | 173.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 143 | 0 | 0.16 | 0.28 | 0.22 | 25.71 | 0.33 | 0.67 |
| Hex | C7 | A7 | 8F | 0 | 10 | 1C | 16 | 1A | 21 | 43 |
| Octal | 307 | 247 | 217 | 0 | 20 | 34 | 26 | 32 | 41 | 103 |
| Binary | 11000111 | 10100111 | 10001111 | 0 | 10000 | 11100 | 10110 | 11010 | 100001 | 1000011 |
Color Harmonies of #C7A78F
Complementary color
Monochromatic Colors of #C7A78F
Black with #C7A78F
Text Example
Text Example
White with #C7A78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A78F; }
p { color: rgb(199,167,143); }
H1.HeaderClassName
{
color: #C7A78F;
}
.AnyTagClassName
{
color: #C7A78F;
}
</style>
background-color css
<style>
a { background-color: #C7A78F; }
a { background-color: rgb(199,167,143); }
div.DivClassName
{
background-color: #C7A78F;
}
.BgClassName
{
background-color: #C7A78F;
}
</style>
border-color css
<style>
span { border-color: #C7A78F; }
span { border-color: rgb(199,167,143); }
td.TdClassName
{
border-color: #C7A78F;
}
.TagClassName
{
border-color: #C7A78F;
}
</style>