Shades of Rodeo Dust #C29F7E
Tints of Rodeo Dust #C29F7E
RGB
CMYK
RGB Variations
Color information
#C29F7E (or 0xC29F7E) is known color: Rodeo Dust. HEX triplet: C2, 9F and 7E. RGB value is (194,159,126). Sum of RGB (Red+Green+Blue) = 194+159+126=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F7E is #3D6081. Grayscale: #A5A5A5. Windows color (decimal): -4022402 or 8298434. OLE color: 8298434.
HSL color Cylindrical-coordinate representation of color #C29F7E: hue angle of 29.12º degrees, saturation: 0.36, 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 #C29F7E is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 126 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.24 |
| HSL | 29.12º | 0.36% | 0.63% | - |
| HSV(B) | 29.12º | 0.35% | 0.76% | - |
| XYZ | 38.41 | 37.77 | 25 | - |
| YUV | 165.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 126 | 0 | 0.18 | 0.35 | 0.24 | 29.12 | 0.36 | 0.63 |
| Hex | C2 | 9F | 7E | 0 | 12 | 23 | 18 | 1D | 24 | 3F |
| Octal | 302 | 237 | 176 | 0 | 22 | 43 | 30 | 35 | 44 | 77 |
| Binary | 11000010 | 10011111 | 1111110 | 0 | 10010 | 100011 | 11000 | 11101 | 100100 | 111111 |
Color Harmonies of #C29F7E
Complementary color
Monochromatic Colors of #C29F7E
Black with #C29F7E
Text Example
Text Example
White with #C29F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F7E; }
p { color: rgb(194,159,126); }
H1.HeaderClassName
{
color: #C29F7E;
}
.AnyTagClassName
{
color: #C29F7E;
}
</style>
background-color css
<style>
a { background-color: #C29F7E; }
a { background-color: rgb(194,159,126); }
div.DivClassName
{
background-color: #C29F7E;
}
.BgClassName
{
background-color: #C29F7E;
}
</style>
border-color css
<style>
span { border-color: #C29F7E; }
span { border-color: rgb(194,159,126); }
td.TdClassName
{
border-color: #C29F7E;
}
.TagClassName
{
border-color: #C29F7E;
}
</style>