Shades of Rodeo Dust #C7A183
Tints of Rodeo Dust #C7A183
RGB
CMYK
RGB Variations
Color information
#C7A183 (or 0xC7A183) is known color: Rodeo Dust. HEX triplet: C7, A1 and 83. RGB value is (199,161,131). Sum of RGB (Red+Green+Blue) = 199+161+131=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A183 is #385E7C. Grayscale: #A9A9A9. Windows color (decimal): -3694205 or 8626631. OLE color: 8626631.
HSL color Cylindrical-coordinate representation of color #C7A183: hue angle of 26.47º 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 #C7A183 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 131 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.22 |
| HSL | 26.47º | 0.38% | 0.65% | - |
| HSV(B) | 26.47º | 0.34% | 0.78% | - |
| XYZ | 40.39 | 39.27 | 26.92 | - |
| YUV | 168.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 131 | 0 | 0.19 | 0.34 | 0.22 | 26.47 | 0.38 | 0.65 |
| Hex | C7 | A1 | 83 | 0 | 13 | 22 | 16 | 1A | 26 | 41 |
| Octal | 307 | 241 | 203 | 0 | 23 | 42 | 26 | 32 | 46 | 101 |
| Binary | 11000111 | 10100001 | 10000011 | 0 | 10011 | 100010 | 10110 | 11010 | 100110 | 1000001 |
Color Harmonies of #C7A183
Complementary color
Monochromatic Colors of #C7A183
Black with #C7A183
Text Example
Text Example
White with #C7A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A183; }
p { color: rgb(199,161,131); }
H1.HeaderClassName
{
color: #C7A183;
}
.AnyTagClassName
{
color: #C7A183;
}
</style>
background-color css
<style>
a { background-color: #C7A183; }
a { background-color: rgb(199,161,131); }
div.DivClassName
{
background-color: #C7A183;
}
.BgClassName
{
background-color: #C7A183;
}
</style>
border-color css
<style>
span { border-color: #C7A183; }
span { border-color: rgb(199,161,131); }
td.TdClassName
{
border-color: #C7A183;
}
.TagClassName
{
border-color: #C7A183;
}
</style>