Shades of Rodeo Dust #C29E85
Tints of Rodeo Dust #C29E85
RGB
CMYK
RGB Variations
Color information
#C29E85 (or 0xC29E85) is known color: Rodeo Dust. HEX triplet: C2, 9E and 85. RGB value is (194,158,133). Sum of RGB (Red+Green+Blue) = 194+158+133=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E85 is #3D617A. Grayscale: #A6A6A6. Windows color (decimal): -4022651 or 8756930. OLE color: 8756930.
HSL color Cylindrical-coordinate representation of color #C29E85: hue angle of 24.59º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C29E85 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 133 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.24 |
| HSL | 24.59º | 0.33% | 0.64% | - |
| HSV(B) | 24.59º | 0.31% | 0.76% | - |
| XYZ | 38.71 | 37.62 | 27.41 | - |
| YUV | 165.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 133 | 0 | 0.19 | 0.31 | 0.24 | 24.59 | 0.33 | 0.64 |
| Hex | C2 | 9E | 85 | 0 | 13 | 1F | 18 | 19 | 21 | 40 |
| Octal | 302 | 236 | 205 | 0 | 23 | 37 | 30 | 31 | 41 | 100 |
| Binary | 11000010 | 10011110 | 10000101 | 0 | 10011 | 11111 | 11000 | 11001 | 100001 | 1000000 |
Color Harmonies of #C29E85
Complementary color
Monochromatic Colors of #C29E85
Black with #C29E85
Text Example
Text Example
White with #C29E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E85; }
p { color: rgb(194,158,133); }
H1.HeaderClassName
{
color: #C29E85;
}
.AnyTagClassName
{
color: #C29E85;
}
</style>
background-color css
<style>
a { background-color: #C29E85; }
a { background-color: rgb(194,158,133); }
div.DivClassName
{
background-color: #C29E85;
}
.BgClassName
{
background-color: #C29E85;
}
</style>
border-color css
<style>
span { border-color: #C29E85; }
span { border-color: rgb(194,158,133); }
td.TdClassName
{
border-color: #C29E85;
}
.TagClassName
{
border-color: #C29E85;
}
</style>