Shades of Rodeo Dust #C29E84
Tints of Rodeo Dust #C29E84
RGB
CMYK
RGB Variations
Color information
#C29E84 (or 0xC29E84) is known color: Rodeo Dust. HEX triplet: C2, 9E and 84. RGB value is (194,158,132). Sum of RGB (Red+Green+Blue) = 194+158+132=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E84 is #3D617B. Grayscale: #A5A5A5. Windows color (decimal): -4022652 or 8691394. OLE color: 8691394.
HSL color Cylindrical-coordinate representation of color #C29E84: hue angle of 25.16º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29E84 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 132 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.24 |
| HSL | 25.16º | 0.34% | 0.64% | - |
| HSV(B) | 25.16º | 0.32% | 0.76% | - |
| XYZ | 38.64 | 37.59 | 27.05 | - |
| YUV | 165.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 132 | 0 | 0.19 | 0.32 | 0.24 | 25.16 | 0.34 | 0.64 |
| Hex | C2 | 9E | 84 | 0 | 13 | 20 | 18 | 19 | 22 | 40 |
| Octal | 302 | 236 | 204 | 0 | 23 | 40 | 30 | 31 | 42 | 100 |
| Binary | 11000010 | 10011110 | 10000100 | 0 | 10011 | 100000 | 11000 | 11001 | 100010 | 1000000 |
Color Harmonies of #C29E84
Complementary color
Monochromatic Colors of #C29E84
Black with #C29E84
Text Example
Text Example
White with #C29E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E84; }
p { color: rgb(194,158,132); }
H1.HeaderClassName
{
color: #C29E84;
}
.AnyTagClassName
{
color: #C29E84;
}
</style>
background-color css
<style>
a { background-color: #C29E84; }
a { background-color: rgb(194,158,132); }
div.DivClassName
{
background-color: #C29E84;
}
.BgClassName
{
background-color: #C29E84;
}
</style>
border-color css
<style>
span { border-color: #C29E84; }
span { border-color: rgb(194,158,132); }
td.TdClassName
{
border-color: #C29E84;
}
.TagClassName
{
border-color: #C29E84;
}
</style>