Shades of Rodeo Dust #C29E7F
Tints of Rodeo Dust #C29E7F
RGB
CMYK
RGB Variations
Color information
#C29E7F (or 0xC29E7F) is known color: Rodeo Dust. HEX triplet: C2, 9E and 7F. RGB value is (194,158,127). Sum of RGB (Red+Green+Blue) = 194+158+127=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E7F is #3D6180. Grayscale: #A5A5A5. Windows color (decimal): -4022657 or 8363714. OLE color: 8363714.
HSL color Cylindrical-coordinate representation of color #C29E7F: hue angle of 27.76º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C29E7F is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 127 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.24 |
| HSL | 27.76º | 0.35% | 0.63% | - |
| HSV(B) | 27.76º | 0.35% | 0.76% | - |
| XYZ | 38.31 | 37.46 | 25.29 | - |
| YUV | 165.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 127 | 0 | 0.19 | 0.35 | 0.24 | 27.76 | 0.35 | 0.63 |
| Hex | C2 | 9E | 7F | 0 | 13 | 23 | 18 | 1C | 23 | 3F |
| Octal | 302 | 236 | 177 | 0 | 23 | 43 | 30 | 34 | 43 | 77 |
| Binary | 11000010 | 10011110 | 1111111 | 0 | 10011 | 100011 | 11000 | 11100 | 100011 | 111111 |
Color Harmonies of #C29E7F
Complementary color
Monochromatic Colors of #C29E7F
Black with #C29E7F
Text Example
Text Example
White with #C29E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E7F; }
p { color: rgb(194,158,127); }
H1.HeaderClassName
{
color: #C29E7F;
}
.AnyTagClassName
{
color: #C29E7F;
}
</style>
background-color css
<style>
a { background-color: #C29E7F; }
a { background-color: rgb(194,158,127); }
div.DivClassName
{
background-color: #C29E7F;
}
.BgClassName
{
background-color: #C29E7F;
}
</style>
border-color css
<style>
span { border-color: #C29E7F; }
span { border-color: rgb(194,158,127); }
td.TdClassName
{
border-color: #C29E7F;
}
.TagClassName
{
border-color: #C29E7F;
}
</style>