Shades of Rodeo Dust #C49E84
Tints of Rodeo Dust #C49E84
RGB
CMYK
RGB Variations
Color information
#C49E84 (or 0xC49E84) is known color: Rodeo Dust. HEX triplet: C4, 9E and 84. RGB value is (196,158,132). Sum of RGB (Red+Green+Blue) = 196+158+132=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E84 is #3B617B. Grayscale: #A6A6A6. Windows color (decimal): -3891580 or 8691396. OLE color: 8691396.
HSL color Cylindrical-coordinate representation of color #C49E84: hue angle of 24.38º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49E84 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 132 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.23 |
| HSL | 24.38º | 0.35% | 0.64% | - |
| HSV(B) | 24.38º | 0.33% | 0.77% | - |
| XYZ | 39.16 | 37.86 | 27.07 | - |
| YUV | 166.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 132 | 0 | 0.19 | 0.33 | 0.23 | 24.38 | 0.35 | 0.64 |
| Hex | C4 | 9E | 84 | 0 | 13 | 21 | 17 | 18 | 23 | 40 |
| Octal | 304 | 236 | 204 | 0 | 23 | 41 | 27 | 30 | 43 | 100 |
| Binary | 11000100 | 10011110 | 10000100 | 0 | 10011 | 100001 | 10111 | 11000 | 100011 | 1000000 |
Color Harmonies of #C49E84
Complementary color
Monochromatic Colors of #C49E84
Black with #C49E84
Text Example
Text Example
White with #C49E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E84; }
p { color: rgb(196,158,132); }
H1.HeaderClassName
{
color: #C49E84;
}
.AnyTagClassName
{
color: #C49E84;
}
</style>
background-color css
<style>
a { background-color: #C49E84; }
a { background-color: rgb(196,158,132); }
div.DivClassName
{
background-color: #C49E84;
}
.BgClassName
{
background-color: #C49E84;
}
</style>
border-color css
<style>
span { border-color: #C49E84; }
span { border-color: rgb(196,158,132); }
td.TdClassName
{
border-color: #C49E84;
}
.TagClassName
{
border-color: #C49E84;
}
</style>