Shades of Rodeo Dust #C49E7A
Tints of Rodeo Dust #C49E7A
RGB
CMYK
RGB Variations
Color information
#C49E7A (or 0xC49E7A) is known color: Rodeo Dust. HEX triplet: C4, 9E and 7A. RGB value is (196,158,122). Sum of RGB (Red+Green+Blue) = 196+158+122=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E7A is #3B6185. Grayscale: #A5A5A5. Windows color (decimal): -3891590 or 8036036. OLE color: 8036036.
HSL color Cylindrical-coordinate representation of color #C49E7A: hue angle of 29.19º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C49E7A is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 122 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.23 |
| HSL | 29.19º | 0.39% | 0.62% | - |
| HSV(B) | 29.19º | 0.38% | 0.77% | - |
| XYZ | 38.5 | 37.59 | 23.64 | - |
| YUV | 165.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 122 | 0 | 0.19 | 0.38 | 0.23 | 29.19 | 0.39 | 0.62 |
| Hex | C4 | 9E | 7A | 0 | 13 | 26 | 17 | 1D | 27 | 3E |
| Octal | 304 | 236 | 172 | 0 | 23 | 46 | 27 | 35 | 47 | 76 |
| Binary | 11000100 | 10011110 | 1111010 | 0 | 10011 | 100110 | 10111 | 11101 | 100111 | 111110 |
Color Harmonies of #C49E7A
Complementary color
Monochromatic Colors of #C49E7A
Black with #C49E7A
Text Example
Text Example
White with #C49E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E7A; }
p { color: rgb(196,158,122); }
H1.HeaderClassName
{
color: #C49E7A;
}
.AnyTagClassName
{
color: #C49E7A;
}
</style>
background-color css
<style>
a { background-color: #C49E7A; }
a { background-color: rgb(196,158,122); }
div.DivClassName
{
background-color: #C49E7A;
}
.BgClassName
{
background-color: #C49E7A;
}
</style>
border-color css
<style>
span { border-color: #C49E7A; }
span { border-color: rgb(196,158,122); }
td.TdClassName
{
border-color: #C49E7A;
}
.TagClassName
{
border-color: #C49E7A;
}
</style>