Shades of Rodeo Dust #C49E7F
Tints of Rodeo Dust #C49E7F
RGB
CMYK
RGB Variations
Color information
#C49E7F (or 0xC49E7F) is known color: Rodeo Dust. HEX triplet: C4, 9E and 7F. RGB value is (196,158,127). Sum of RGB (Red+Green+Blue) = 196+158+127=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E7F is #3B6180. Grayscale: #A5A5A5. Windows color (decimal): -3891585 or 8363716. OLE color: 8363716.
HSL color Cylindrical-coordinate representation of color #C49E7F: hue angle of 26.96º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C49E7F is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 127 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.23 |
| HSL | 26.96º | 0.37% | 0.63% | - |
| HSV(B) | 26.96º | 0.35% | 0.77% | - |
| XYZ | 38.82 | 37.72 | 25.31 | - |
| YUV | 165.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 127 | 0 | 0.19 | 0.35 | 0.23 | 26.96 | 0.37 | 0.63 |
| Hex | C4 | 9E | 7F | 0 | 13 | 23 | 17 | 1B | 25 | 3F |
| Octal | 304 | 236 | 177 | 0 | 23 | 43 | 27 | 33 | 45 | 77 |
| Binary | 11000100 | 10011110 | 1111111 | 0 | 10011 | 100011 | 10111 | 11011 | 100101 | 111111 |
Color Harmonies of #C49E7F
Complementary color
Monochromatic Colors of #C49E7F
Black with #C49E7F
Text Example
Text Example
White with #C49E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E7F; }
p { color: rgb(196,158,127); }
H1.HeaderClassName
{
color: #C49E7F;
}
.AnyTagClassName
{
color: #C49E7F;
}
</style>
background-color css
<style>
a { background-color: #C49E7F; }
a { background-color: rgb(196,158,127); }
div.DivClassName
{
background-color: #C49E7F;
}
.BgClassName
{
background-color: #C49E7F;
}
</style>
border-color css
<style>
span { border-color: #C49E7F; }
span { border-color: rgb(196,158,127); }
td.TdClassName
{
border-color: #C49E7F;
}
.TagClassName
{
border-color: #C49E7F;
}
</style>