Shades of Rodeo Dust #C49E83
Tints of Rodeo Dust #C49E83
RGB
CMYK
RGB Variations
Color information
#C49E83 (or 0xC49E83) is known color: Rodeo Dust. HEX triplet: C4, 9E and 83. RGB value is (196,158,131). Sum of RGB (Red+Green+Blue) = 196+158+131=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E83 is #3B617C. Grayscale: #A6A6A6. Windows color (decimal): -3891581 or 8625860. OLE color: 8625860.
HSL color Cylindrical-coordinate representation of color #C49E83: hue angle of 24.92º degrees, saturation: 0.36, 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 #C49E83 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 131 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.23 |
| HSL | 24.92º | 0.36% | 0.64% | - |
| HSV(B) | 24.92º | 0.33% | 0.77% | - |
| XYZ | 39.09 | 37.83 | 26.71 | - |
| YUV | 166.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 131 | 0 | 0.19 | 0.33 | 0.23 | 24.92 | 0.36 | 0.64 |
| Hex | C4 | 9E | 83 | 0 | 13 | 21 | 17 | 19 | 24 | 40 |
| Octal | 304 | 236 | 203 | 0 | 23 | 41 | 27 | 31 | 44 | 100 |
| Binary | 11000100 | 10011110 | 10000011 | 0 | 10011 | 100001 | 10111 | 11001 | 100100 | 1000000 |
Color Harmonies of #C49E83
Complementary color
Monochromatic Colors of #C49E83
Black with #C49E83
Text Example
Text Example
White with #C49E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E83; }
p { color: rgb(196,158,131); }
H1.HeaderClassName
{
color: #C49E83;
}
.AnyTagClassName
{
color: #C49E83;
}
</style>
background-color css
<style>
a { background-color: #C49E83; }
a { background-color: rgb(196,158,131); }
div.DivClassName
{
background-color: #C49E83;
}
.BgClassName
{
background-color: #C49E83;
}
</style>
border-color css
<style>
span { border-color: #C49E83; }
span { border-color: rgb(196,158,131); }
td.TdClassName
{
border-color: #C49E83;
}
.TagClassName
{
border-color: #C49E83;
}
</style>