Shades of Rodeo Dust #C7A387
Tints of Rodeo Dust #C7A387
RGB
CMYK
RGB Variations
Color information
#C7A387 (or 0xC7A387) is known color: Rodeo Dust. HEX triplet: C7, A3 and 87. RGB value is (199,163,135). Sum of RGB (Red+Green+Blue) = 199+163+135=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A387 is #385C78. Grayscale: #AAAAAA. Windows color (decimal): -3693689 or 8889287. OLE color: 8889287.
HSL color Cylindrical-coordinate representation of color #C7A387: hue angle of 26.25º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7A387 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 135 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.22 |
| HSL | 26.25º | 0.36% | 0.65% | - |
| HSV(B) | 26.25º | 0.32% | 0.78% | - |
| XYZ | 41.02 | 40.09 | 28.5 | - |
| YUV | 170.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 135 | 0 | 0.18 | 0.32 | 0.22 | 26.25 | 0.36 | 0.65 |
| Hex | C7 | A3 | 87 | 0 | 12 | 20 | 16 | 1A | 24 | 41 |
| Octal | 307 | 243 | 207 | 0 | 22 | 40 | 26 | 32 | 44 | 101 |
| Binary | 11000111 | 10100011 | 10000111 | 0 | 10010 | 100000 | 10110 | 11010 | 100100 | 1000001 |
Color Harmonies of #C7A387
Complementary color
Monochromatic Colors of #C7A387
Black with #C7A387
Text Example
Text Example
White with #C7A387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A387; }
p { color: rgb(199,163,135); }
H1.HeaderClassName
{
color: #C7A387;
}
.AnyTagClassName
{
color: #C7A387;
}
</style>
background-color css
<style>
a { background-color: #C7A387; }
a { background-color: rgb(199,163,135); }
div.DivClassName
{
background-color: #C7A387;
}
.BgClassName
{
background-color: #C7A387;
}
</style>
border-color css
<style>
span { border-color: #C7A387; }
span { border-color: rgb(199,163,135); }
td.TdClassName
{
border-color: #C7A387;
}
.TagClassName
{
border-color: #C7A387;
}
</style>