Shades of Rodeo Dust #C7A180
Tints of Rodeo Dust #C7A180
RGB
CMYK
RGB Variations
Color information
#C7A180 (or 0xC7A180) is known color: Rodeo Dust. HEX triplet: C7, A1 and 80. RGB value is (199,161,128). Sum of RGB (Red+Green+Blue) = 199+161+128=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A180 is #385E7F. Grayscale: #A8A8A8. Windows color (decimal): -3694208 or 8430023. OLE color: 8430023.
HSL color Cylindrical-coordinate representation of color #C7A180: hue angle of 27.89º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7A180 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 128 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.22 |
| HSL | 27.89º | 0.39% | 0.64% | - |
| HSV(B) | 27.89º | 0.36% | 0.78% | - |
| XYZ | 40.19 | 39.19 | 25.87 | - |
| YUV | 168.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 128 | 0 | 0.19 | 0.36 | 0.22 | 27.89 | 0.39 | 0.64 |
| Hex | C7 | A1 | 80 | 0 | 13 | 24 | 16 | 1C | 27 | 40 |
| Octal | 307 | 241 | 200 | 0 | 23 | 44 | 26 | 34 | 47 | 100 |
| Binary | 11000111 | 10100001 | 10000000 | 0 | 10011 | 100100 | 10110 | 11100 | 100111 | 1000000 |
Color Harmonies of #C7A180
Complementary color
Monochromatic Colors of #C7A180
Black with #C7A180
Text Example
Text Example
White with #C7A180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A180; }
p { color: rgb(199,161,128); }
H1.HeaderClassName
{
color: #C7A180;
}
.AnyTagClassName
{
color: #C7A180;
}
</style>
background-color css
<style>
a { background-color: #C7A180; }
a { background-color: rgb(199,161,128); }
div.DivClassName
{
background-color: #C7A180;
}
.BgClassName
{
background-color: #C7A180;
}
</style>
border-color css
<style>
span { border-color: #C7A180; }
span { border-color: rgb(199,161,128); }
td.TdClassName
{
border-color: #C7A180;
}
.TagClassName
{
border-color: #C7A180;
}
</style>