Shades of Rodeo Dust #C49D84
Tints of Rodeo Dust #C49D84
RGB
CMYK
RGB Variations
Color information
#C49D84 (or 0xC49D84) is known color: Rodeo Dust. HEX triplet: C4, 9D and 84. RGB value is (196,157,132). Sum of RGB (Red+Green+Blue) = 196+157+132=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49D84 is #3B627B. Grayscale: #A5A5A5. Windows color (decimal): -3891836 or 8691140. OLE color: 8691140.
HSL color Cylindrical-coordinate representation of color #C49D84: hue angle of 23.44º 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 #C49D84 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 132 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.23 |
| HSL | 23.44º | 0.35% | 0.64% | - |
| HSV(B) | 23.44º | 0.33% | 0.77% | - |
| XYZ | 38.99 | 37.52 | 27.02 | - |
| YUV | 165.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 132 | 0 | 0.20 | 0.33 | 0.23 | 23.44 | 0.35 | 0.64 |
| Hex | C4 | 9D | 84 | 0 | 14 | 21 | 17 | 17 | 23 | 40 |
| Octal | 304 | 235 | 204 | 0 | 24 | 41 | 27 | 27 | 43 | 100 |
| Binary | 11000100 | 10011101 | 10000100 | 0 | 10100 | 100001 | 10111 | 10111 | 100011 | 1000000 |
Color Harmonies of #C49D84
Complementary color
Monochromatic Colors of #C49D84
Black with #C49D84
Text Example
Text Example
White with #C49D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D84; }
p { color: rgb(196,157,132); }
H1.HeaderClassName
{
color: #C49D84;
}
.AnyTagClassName
{
color: #C49D84;
}
</style>
background-color css
<style>
a { background-color: #C49D84; }
a { background-color: rgb(196,157,132); }
div.DivClassName
{
background-color: #C49D84;
}
.BgClassName
{
background-color: #C49D84;
}
</style>
border-color css
<style>
span { border-color: #C49D84; }
span { border-color: rgb(196,157,132); }
td.TdClassName
{
border-color: #C49D84;
}
.TagClassName
{
border-color: #C49D84;
}
</style>