Shades of Rodeo Dust #C49C86
Tints of Rodeo Dust #C49C86
RGB
CMYK
RGB Variations
Color information
#C49C86 (or 0xC49C86) is known color: Rodeo Dust. HEX triplet: C4, 9C and 86. RGB value is (196,156,134). Sum of RGB (Red+Green+Blue) = 196+156+134=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C86 is #3B6379. Grayscale: #A5A5A5. Windows color (decimal): -3892090 or 8821956. OLE color: 8821956.
HSL color Cylindrical-coordinate representation of color #C49C86: hue angle of 21.29º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C49C86 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 134 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.23 |
| HSL | 21.29º | 0.34% | 0.65% | - |
| HSV(B) | 21.29º | 0.32% | 0.77% | - |
| XYZ | 38.96 | 37.23 | 27.69 | - |
| YUV | 165.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 134 | 0 | 0.20 | 0.32 | 0.23 | 21.29 | 0.34 | 0.65 |
| Hex | C4 | 9C | 86 | 0 | 14 | 20 | 17 | 15 | 22 | 41 |
| Octal | 304 | 234 | 206 | 0 | 24 | 40 | 27 | 25 | 42 | 101 |
| Binary | 11000100 | 10011100 | 10000110 | 0 | 10100 | 100000 | 10111 | 10101 | 100010 | 1000001 |
Color Harmonies of #C49C86
Complementary color
Monochromatic Colors of #C49C86
Black with #C49C86
Text Example
Text Example
White with #C49C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C86; }
p { color: rgb(196,156,134); }
H1.HeaderClassName
{
color: #C49C86;
}
.AnyTagClassName
{
color: #C49C86;
}
</style>
background-color css
<style>
a { background-color: #C49C86; }
a { background-color: rgb(196,156,134); }
div.DivClassName
{
background-color: #C49C86;
}
.BgClassName
{
background-color: #C49C86;
}
</style>
border-color css
<style>
span { border-color: #C49C86; }
span { border-color: rgb(196,156,134); }
td.TdClassName
{
border-color: #C49C86;
}
.TagClassName
{
border-color: #C49C86;
}
</style>