Shades of Rodeo Dust #C29F7F
Tints of Rodeo Dust #C29F7F
RGB
CMYK
RGB Variations
Color information
#C29F7F (or 0xC29F7F) is known color: Rodeo Dust. HEX triplet: C2, 9F and 7F. RGB value is (194,159,127). Sum of RGB (Red+Green+Blue) = 194+159+127=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F7F is #3D6080. Grayscale: #A5A5A5. Windows color (decimal): -4022401 or 8363970. OLE color: 8363970.
HSL color Cylindrical-coordinate representation of color #C29F7F: hue angle of 28.66º 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 #C29F7F is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 127 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.24 |
| HSL | 28.66º | 0.35% | 0.63% | - |
| HSV(B) | 28.66º | 0.35% | 0.76% | - |
| XYZ | 38.48 | 37.8 | 25.35 | - |
| YUV | 165.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 127 | 0 | 0.18 | 0.35 | 0.24 | 28.66 | 0.35 | 0.63 |
| Hex | C2 | 9F | 7F | 0 | 12 | 23 | 18 | 1D | 23 | 3F |
| Octal | 302 | 237 | 177 | 0 | 22 | 43 | 30 | 35 | 43 | 77 |
| Binary | 11000010 | 10011111 | 1111111 | 0 | 10010 | 100011 | 11000 | 11101 | 100011 | 111111 |
Color Harmonies of #C29F7F
Complementary color
Monochromatic Colors of #C29F7F
Black with #C29F7F
Text Example
Text Example
White with #C29F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F7F; }
p { color: rgb(194,159,127); }
H1.HeaderClassName
{
color: #C29F7F;
}
.AnyTagClassName
{
color: #C29F7F;
}
</style>
background-color css
<style>
a { background-color: #C29F7F; }
a { background-color: rgb(194,159,127); }
div.DivClassName
{
background-color: #C29F7F;
}
.BgClassName
{
background-color: #C29F7F;
}
</style>
border-color css
<style>
span { border-color: #C29F7F; }
span { border-color: rgb(194,159,127); }
td.TdClassName
{
border-color: #C29F7F;
}
.TagClassName
{
border-color: #C29F7F;
}
</style>