Shades of Rodeo Dust #C7A883
Tints of Rodeo Dust #C7A883
RGB
CMYK
RGB Variations
Color information
#C7A883 (or 0xC7A883) is known color: Rodeo Dust. HEX triplet: C7, A8 and 83. RGB value is (199,168,131). Sum of RGB (Red+Green+Blue) = 199+168+131=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A883 is #38577C. Grayscale: #ADADAD. Windows color (decimal): -3692413 or 8628423. OLE color: 8628423.
HSL color Cylindrical-coordinate representation of color #C7A883: hue angle of 32.65º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7A883 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 131 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.22 |
| HSL | 32.65º | 0.38% | 0.65% | - |
| HSV(B) | 32.65º | 0.34% | 0.78% | - |
| XYZ | 41.65 | 41.79 | 27.34 | - |
| YUV | 173.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 131 | 0 | 0.16 | 0.34 | 0.22 | 32.65 | 0.38 | 0.65 |
| Hex | C7 | A8 | 83 | 0 | 10 | 22 | 16 | 21 | 26 | 41 |
| Octal | 307 | 250 | 203 | 0 | 20 | 42 | 26 | 41 | 46 | 101 |
| Binary | 11000111 | 10101000 | 10000011 | 0 | 10000 | 100010 | 10110 | 100001 | 100110 | 1000001 |
Color Harmonies of #C7A883
Complementary color
Monochromatic Colors of #C7A883
Black with #C7A883
Text Example
Text Example
White with #C7A883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A883; }
p { color: rgb(199,168,131); }
H1.HeaderClassName
{
color: #C7A883;
}
.AnyTagClassName
{
color: #C7A883;
}
</style>
background-color css
<style>
a { background-color: #C7A883; }
a { background-color: rgb(199,168,131); }
div.DivClassName
{
background-color: #C7A883;
}
.BgClassName
{
background-color: #C7A883;
}
</style>
border-color css
<style>
span { border-color: #C7A883; }
span { border-color: rgb(199,168,131); }
td.TdClassName
{
border-color: #C7A883;
}
.TagClassName
{
border-color: #C7A883;
}
</style>