Shades of Rodeo Dust #C49C85
Tints of Rodeo Dust #C49C85
RGB
CMYK
RGB Variations
Color information
#C49C85 (or 0xC49C85) is known color: Rodeo Dust. HEX triplet: C4, 9C and 85. RGB value is (196,156,133). Sum of RGB (Red+Green+Blue) = 196+156+133=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C85 is #3B637A. Grayscale: #A5A5A5. Windows color (decimal): -3892091 or 8756420. OLE color: 8756420.
HSL color Cylindrical-coordinate representation of color #C49C85: hue angle of 21.9º degrees, saturation: 0.35, 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 #C49C85 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 133 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.23 |
| HSL | 21.9º | 0.35% | 0.65% | - |
| HSV(B) | 21.9º | 0.32% | 0.77% | - |
| XYZ | 38.89 | 37.21 | 27.32 | - |
| YUV | 165.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 133 | 0 | 0.20 | 0.32 | 0.23 | 21.9 | 0.35 | 0.65 |
| Hex | C4 | 9C | 85 | 0 | 14 | 20 | 17 | 16 | 23 | 41 |
| Octal | 304 | 234 | 205 | 0 | 24 | 40 | 27 | 26 | 43 | 101 |
| Binary | 11000100 | 10011100 | 10000101 | 0 | 10100 | 100000 | 10111 | 10110 | 100011 | 1000001 |
Color Harmonies of #C49C85
Complementary color
Monochromatic Colors of #C49C85
Black with #C49C85
Text Example
Text Example
White with #C49C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C85; }
p { color: rgb(196,156,133); }
H1.HeaderClassName
{
color: #C49C85;
}
.AnyTagClassName
{
color: #C49C85;
}
</style>
background-color css
<style>
a { background-color: #C49C85; }
a { background-color: rgb(196,156,133); }
div.DivClassName
{
background-color: #C49C85;
}
.BgClassName
{
background-color: #C49C85;
}
</style>
border-color css
<style>
span { border-color: #C49C85; }
span { border-color: rgb(196,156,133); }
td.TdClassName
{
border-color: #C49C85;
}
.TagClassName
{
border-color: #C49C85;
}
</style>