Shades of Rodeo Dust #C29F80
Tints of Rodeo Dust #C29F80
RGB
CMYK
RGB Variations
Color information
#C29F80 (or 0xC29F80) is known color: Rodeo Dust. HEX triplet: C2, 9F and 80. RGB value is (194,159,128). Sum of RGB (Red+Green+Blue) = 194+159+128=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F80 is #3D607F. Grayscale: #A6A6A6. Windows color (decimal): -4022400 or 8429506. OLE color: 8429506.
HSL color Cylindrical-coordinate representation of color #C29F80: hue angle of 28.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29F80 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 128 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.24 |
| HSL | 28.18º | 0.35% | 0.63% | - |
| HSV(B) | 28.18º | 0.34% | 0.76% | - |
| XYZ | 38.54 | 37.82 | 25.69 | - |
| YUV | 165.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 128 | 0 | 0.18 | 0.34 | 0.24 | 28.18 | 0.35 | 0.63 |
| Hex | C2 | 9F | 80 | 0 | 12 | 22 | 18 | 1C | 23 | 3F |
| Octal | 302 | 237 | 200 | 0 | 22 | 42 | 30 | 34 | 43 | 77 |
| Binary | 11000010 | 10011111 | 10000000 | 0 | 10010 | 100010 | 11000 | 11100 | 100011 | 111111 |
Color Harmonies of #C29F80
Complementary color
Monochromatic Colors of #C29F80
Black with #C29F80
Text Example
Text Example
White with #C29F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F80; }
p { color: rgb(194,159,128); }
H1.HeaderClassName
{
color: #C29F80;
}
.AnyTagClassName
{
color: #C29F80;
}
</style>
background-color css
<style>
a { background-color: #C29F80; }
a { background-color: rgb(194,159,128); }
div.DivClassName
{
background-color: #C29F80;
}
.BgClassName
{
background-color: #C29F80;
}
</style>
border-color css
<style>
span { border-color: #C29F80; }
span { border-color: rgb(194,159,128); }
td.TdClassName
{
border-color: #C29F80;
}
.TagClassName
{
border-color: #C29F80;
}
</style>