Shades of Rodeo Dust #C49E7B
Tints of Rodeo Dust #C49E7B
RGB
CMYK
RGB Variations
Color information
#C49E7B (or 0xC49E7B) is known color: Rodeo Dust. HEX triplet: C4, 9E and 7B. RGB value is (196,158,123). Sum of RGB (Red+Green+Blue) = 196+158+123=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E7B is #3B6184. Grayscale: #A5A5A5. Windows color (decimal): -3891589 or 8101572. OLE color: 8101572.
HSL color Cylindrical-coordinate representation of color #C49E7B: hue angle of 28.77º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C49E7B is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 123 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.23 |
| HSL | 28.77º | 0.38% | 0.63% | - |
| HSV(B) | 28.77º | 0.37% | 0.77% | - |
| XYZ | 38.57 | 37.62 | 23.97 | - |
| YUV | 165.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 123 | 0 | 0.19 | 0.37 | 0.23 | 28.77 | 0.38 | 0.63 |
| Hex | C4 | 9E | 7B | 0 | 13 | 25 | 17 | 1D | 26 | 3F |
| Octal | 304 | 236 | 173 | 0 | 23 | 45 | 27 | 35 | 46 | 77 |
| Binary | 11000100 | 10011110 | 1111011 | 0 | 10011 | 100101 | 10111 | 11101 | 100110 | 111111 |
Color Harmonies of #C49E7B
Complementary color
Monochromatic Colors of #C49E7B
Black with #C49E7B
Text Example
Text Example
White with #C49E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E7B; }
p { color: rgb(196,158,123); }
H1.HeaderClassName
{
color: #C49E7B;
}
.AnyTagClassName
{
color: #C49E7B;
}
</style>
background-color css
<style>
a { background-color: #C49E7B; }
a { background-color: rgb(196,158,123); }
div.DivClassName
{
background-color: #C49E7B;
}
.BgClassName
{
background-color: #C49E7B;
}
</style>
border-color css
<style>
span { border-color: #C49E7B; }
span { border-color: rgb(196,158,123); }
td.TdClassName
{
border-color: #C49E7B;
}
.TagClassName
{
border-color: #C49E7B;
}
</style>