Shades of Rodeo Dust #C7A185
Tints of Rodeo Dust #C7A185
RGB
CMYK
RGB Variations
Color information
#C7A185 (or 0xC7A185) is known color: Rodeo Dust. HEX triplet: C7, A1 and 85. RGB value is (199,161,133). Sum of RGB (Red+Green+Blue) = 199+161+133=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A185 is #385E7A. Grayscale: #A9A9A9. Windows color (decimal): -3694203 or 8757703. OLE color: 8757703.
HSL color Cylindrical-coordinate representation of color #C7A185: hue angle of 25.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7A185 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 133 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.22 |
| HSL | 25.45º | 0.37% | 0.65% | - |
| HSV(B) | 25.45º | 0.33% | 0.78% | - |
| XYZ | 40.53 | 39.33 | 27.64 | - |
| YUV | 169.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 133 | 0 | 0.19 | 0.33 | 0.22 | 25.45 | 0.37 | 0.65 |
| Hex | C7 | A1 | 85 | 0 | 13 | 21 | 16 | 19 | 25 | 41 |
| Octal | 307 | 241 | 205 | 0 | 23 | 41 | 26 | 31 | 45 | 101 |
| Binary | 11000111 | 10100001 | 10000101 | 0 | 10011 | 100001 | 10110 | 11001 | 100101 | 1000001 |
Color Harmonies of #C7A185
Complementary color
Monochromatic Colors of #C7A185
Black with #C7A185
Text Example
Text Example
White with #C7A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A185; }
p { color: rgb(199,161,133); }
H1.HeaderClassName
{
color: #C7A185;
}
.AnyTagClassName
{
color: #C7A185;
}
</style>
background-color css
<style>
a { background-color: #C7A185; }
a { background-color: rgb(199,161,133); }
div.DivClassName
{
background-color: #C7A185;
}
.BgClassName
{
background-color: #C7A185;
}
</style>
border-color css
<style>
span { border-color: #C7A185; }
span { border-color: rgb(199,161,133); }
td.TdClassName
{
border-color: #C7A185;
}
.TagClassName
{
border-color: #C7A185;
}
</style>