Shades of Rodeo Dust #C7A585
Tints of Rodeo Dust #C7A585
RGB
CMYK
RGB Variations
Color information
#C7A585 (or 0xC7A585) is known color: Rodeo Dust. HEX triplet: C7, A5 and 85. RGB value is (199,165,133). Sum of RGB (Red+Green+Blue) = 199+165+133=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A585 is #385A7A. Grayscale: #ABABAB. Windows color (decimal): -3693179 or 8758727. OLE color: 8758727.
HSL color Cylindrical-coordinate representation of color #C7A585: hue angle of 29.09º 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 #C7A585 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 133 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.22 |
| HSL | 29.09º | 0.37% | 0.65% | - |
| HSV(B) | 29.09º | 0.33% | 0.78% | - |
| XYZ | 41.24 | 40.75 | 27.88 | - |
| YUV | 171.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 133 | 0 | 0.17 | 0.33 | 0.22 | 29.09 | 0.37 | 0.65 |
| Hex | C7 | A5 | 85 | 0 | 11 | 21 | 16 | 1D | 25 | 41 |
| Octal | 307 | 245 | 205 | 0 | 21 | 41 | 26 | 35 | 45 | 101 |
| Binary | 11000111 | 10100101 | 10000101 | 0 | 10001 | 100001 | 10110 | 11101 | 100101 | 1000001 |
Color Harmonies of #C7A585
Complementary color
Monochromatic Colors of #C7A585
Black with #C7A585
Text Example
Text Example
White with #C7A585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A585; }
p { color: rgb(199,165,133); }
H1.HeaderClassName
{
color: #C7A585;
}
.AnyTagClassName
{
color: #C7A585;
}
</style>
background-color css
<style>
a { background-color: #C7A585; }
a { background-color: rgb(199,165,133); }
div.DivClassName
{
background-color: #C7A585;
}
.BgClassName
{
background-color: #C7A585;
}
</style>
border-color css
<style>
span { border-color: #C7A585; }
span { border-color: rgb(199,165,133); }
td.TdClassName
{
border-color: #C7A585;
}
.TagClassName
{
border-color: #C7A585;
}
</style>