Shades of Rodeo Dust #C49F7B
Tints of Rodeo Dust #C49F7B
RGB
CMYK
RGB Variations
Color information
#C49F7B (or 0xC49F7B) is known color: Rodeo Dust. HEX triplet: C4, 9F and 7B. RGB value is (196,159,123). Sum of RGB (Red+Green+Blue) = 196+159+123=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F7B is #3B6084. Grayscale: #A6A6A6. Windows color (decimal): -3891333 or 8101828. OLE color: 8101828.
HSL color Cylindrical-coordinate representation of color #C49F7B: hue angle of 29.59º 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 #C49F7B is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 123 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.23 |
| HSL | 29.59º | 0.38% | 0.63% | - |
| HSV(B) | 29.59º | 0.37% | 0.77% | - |
| XYZ | 38.74 | 37.96 | 24.02 | - |
| YUV | 165.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 123 | 0 | 0.19 | 0.37 | 0.23 | 29.59 | 0.38 | 0.63 |
| Hex | C4 | 9F | 7B | 0 | 13 | 25 | 17 | 1E | 26 | 3F |
| Octal | 304 | 237 | 173 | 0 | 23 | 45 | 27 | 36 | 46 | 77 |
| Binary | 11000100 | 10011111 | 1111011 | 0 | 10011 | 100101 | 10111 | 11110 | 100110 | 111111 |
Color Harmonies of #C49F7B
Complementary color
Monochromatic Colors of #C49F7B
Black with #C49F7B
Text Example
Text Example
White with #C49F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F7B; }
p { color: rgb(196,159,123); }
H1.HeaderClassName
{
color: #C49F7B;
}
.AnyTagClassName
{
color: #C49F7B;
}
</style>
background-color css
<style>
a { background-color: #C49F7B; }
a { background-color: rgb(196,159,123); }
div.DivClassName
{
background-color: #C49F7B;
}
.BgClassName
{
background-color: #C49F7B;
}
</style>
border-color css
<style>
span { border-color: #C49F7B; }
span { border-color: rgb(196,159,123); }
td.TdClassName
{
border-color: #C49F7B;
}
.TagClassName
{
border-color: #C49F7B;
}
</style>