Shades of Rodeo Dust #C7A982
Tints of Rodeo Dust #C7A982
RGB
CMYK
RGB Variations
Color information
#C7A982 (or 0xC7A982) is known color: Rodeo Dust. HEX triplet: C7, A9 and 82. RGB value is (199,169,130). Sum of RGB (Red+Green+Blue) = 199+169+130=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A982 is #38567D. Grayscale: #ADADAD. Windows color (decimal): -3692158 or 8563143. OLE color: 8563143.
HSL color Cylindrical-coordinate representation of color #C7A982: hue angle of 33.91º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7A982 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 130 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.22 |
| HSL | 33.91º | 0.38% | 0.65% | - |
| HSV(B) | 33.91º | 0.35% | 0.78% | - |
| XYZ | 41.77 | 42.13 | 27.05 | - |
| YUV | 173.52 | 103.44 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 130 | 0 | 0.15 | 0.35 | 0.22 | 33.91 | 0.38 | 0.65 |
| Hex | C7 | A9 | 82 | 0 | F | 23 | 16 | 22 | 26 | 41 |
| Octal | 307 | 251 | 202 | 0 | 17 | 43 | 26 | 42 | 46 | 101 |
| Binary | 11000111 | 10101001 | 10000010 | 0 | 1111 | 100011 | 10110 | 100010 | 100110 | 1000001 |
Color Harmonies of #C7A982
Complementary color
Monochromatic Colors of #C7A982
Black with #C7A982
Text Example
Text Example
White with #C7A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A982; }
p { color: rgb(199,169,130); }
H1.HeaderClassName
{
color: #C7A982;
}
.AnyTagClassName
{
color: #C7A982;
}
</style>
background-color css
<style>
a { background-color: #C7A982; }
a { background-color: rgb(199,169,130); }
div.DivClassName
{
background-color: #C7A982;
}
.BgClassName
{
background-color: #C7A982;
}
</style>
border-color css
<style>
span { border-color: #C7A982; }
span { border-color: rgb(199,169,130); }
td.TdClassName
{
border-color: #C7A982;
}
.TagClassName
{
border-color: #C7A982;
}
</style>