Shades of Rodeo Dust #C7A184
Tints of Rodeo Dust #C7A184
RGB
CMYK
RGB Variations
Color information
#C7A184 (or 0xC7A184) is known color: Rodeo Dust. HEX triplet: C7, A1 and 84. RGB value is (199,161,132). Sum of RGB (Red+Green+Blue) = 199+161+132=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A184 is #385E7B. Grayscale: #A9A9A9. Windows color (decimal): -3694204 or 8692167. OLE color: 8692167.
HSL color Cylindrical-coordinate representation of color #C7A184: hue angle of 25.97º degrees, saturation: 0.37, 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 #C7A184 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 132 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.22 |
| HSL | 25.97º | 0.37% | 0.65% | - |
| HSV(B) | 25.97º | 0.34% | 0.78% | - |
| XYZ | 40.46 | 39.3 | 27.28 | - |
| YUV | 169.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 132 | 0 | 0.19 | 0.34 | 0.22 | 25.97 | 0.37 | 0.65 |
| Hex | C7 | A1 | 84 | 0 | 13 | 22 | 16 | 1A | 25 | 41 |
| Octal | 307 | 241 | 204 | 0 | 23 | 42 | 26 | 32 | 45 | 101 |
| Binary | 11000111 | 10100001 | 10000100 | 0 | 10011 | 100010 | 10110 | 11010 | 100101 | 1000001 |
Color Harmonies of #C7A184
Complementary color
Monochromatic Colors of #C7A184
Black with #C7A184
Text Example
Text Example
White with #C7A184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A184; }
p { color: rgb(199,161,132); }
H1.HeaderClassName
{
color: #C7A184;
}
.AnyTagClassName
{
color: #C7A184;
}
</style>
background-color css
<style>
a { background-color: #C7A184; }
a { background-color: rgb(199,161,132); }
div.DivClassName
{
background-color: #C7A184;
}
.BgClassName
{
background-color: #C7A184;
}
</style>
border-color css
<style>
span { border-color: #C7A184; }
span { border-color: rgb(199,161,132); }
td.TdClassName
{
border-color: #C7A184;
}
.TagClassName
{
border-color: #C7A184;
}
</style>