Shades of Rodeo Dust #C7A082
Tints of Rodeo Dust #C7A082
RGB
CMYK
RGB Variations
Color information
#C7A082 (or 0xC7A082) is known color: Rodeo Dust. HEX triplet: C7, A0 and 82. RGB value is (199,160,130). Sum of RGB (Red+Green+Blue) = 199+160+130=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A082 is #385F7D. Grayscale: #A8A8A8. Windows color (decimal): -3694462 or 8560839. OLE color: 8560839.
HSL color Cylindrical-coordinate representation of color #C7A082: hue angle of 26.09º 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 #C7A082 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 130 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.22 |
| HSL | 26.09º | 0.38% | 0.65% | - |
| HSV(B) | 26.09º | 0.35% | 0.78% | - |
| XYZ | 40.15 | 38.9 | 26.51 | - |
| YUV | 168.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 130 | 0 | 0.20 | 0.35 | 0.22 | 26.09 | 0.38 | 0.65 |
| Hex | C7 | A0 | 82 | 0 | 14 | 23 | 16 | 1A | 26 | 41 |
| Octal | 307 | 240 | 202 | 0 | 24 | 43 | 26 | 32 | 46 | 101 |
| Binary | 11000111 | 10100000 | 10000010 | 0 | 10100 | 100011 | 10110 | 11010 | 100110 | 1000001 |
Color Harmonies of #C7A082
Complementary color
Monochromatic Colors of #C7A082
Black with #C7A082
Text Example
Text Example
White with #C7A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A082; }
p { color: rgb(199,160,130); }
H1.HeaderClassName
{
color: #C7A082;
}
.AnyTagClassName
{
color: #C7A082;
}
</style>
background-color css
<style>
a { background-color: #C7A082; }
a { background-color: rgb(199,160,130); }
div.DivClassName
{
background-color: #C7A082;
}
.BgClassName
{
background-color: #C7A082;
}
</style>
border-color css
<style>
span { border-color: #C7A082; }
span { border-color: rgb(199,160,130); }
td.TdClassName
{
border-color: #C7A082;
}
.TagClassName
{
border-color: #C7A082;
}
</style>