Shades of Rodeo Dust #C29E7E
Tints of Rodeo Dust #C29E7E
RGB
CMYK
RGB Variations
Color information
#C29E7E (or 0xC29E7E) is known color: Rodeo Dust. HEX triplet: C2, 9E and 7E. RGB value is (194,158,126). Sum of RGB (Red+Green+Blue) = 194+158+126=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E7E is #3D6181. Grayscale: #A5A5A5. Windows color (decimal): -4022658 or 8298178. OLE color: 8298178.
HSL color Cylindrical-coordinate representation of color #C29E7E: hue angle of 28.24º 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 #C29E7E is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 126 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.24 |
| HSL | 28.24º | 0.36% | 0.63% | - |
| HSV(B) | 28.24º | 0.35% | 0.76% | - |
| XYZ | 38.24 | 37.43 | 24.95 | - |
| YUV | 165.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 126 | 0 | 0.19 | 0.35 | 0.24 | 28.24 | 0.36 | 0.63 |
| Hex | C2 | 9E | 7E | 0 | 13 | 23 | 18 | 1C | 24 | 3F |
| Octal | 302 | 236 | 176 | 0 | 23 | 43 | 30 | 34 | 44 | 77 |
| Binary | 11000010 | 10011110 | 1111110 | 0 | 10011 | 100011 | 11000 | 11100 | 100100 | 111111 |
Color Harmonies of #C29E7E
Complementary color
Monochromatic Colors of #C29E7E
Black with #C29E7E
Text Example
Text Example
White with #C29E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E7E; }
p { color: rgb(194,158,126); }
H1.HeaderClassName
{
color: #C29E7E;
}
.AnyTagClassName
{
color: #C29E7E;
}
</style>
background-color css
<style>
a { background-color: #C29E7E; }
a { background-color: rgb(194,158,126); }
div.DivClassName
{
background-color: #C29E7E;
}
.BgClassName
{
background-color: #C29E7E;
}
</style>
border-color css
<style>
span { border-color: #C29E7E; }
span { border-color: rgb(194,158,126); }
td.TdClassName
{
border-color: #C29E7E;
}
.TagClassName
{
border-color: #C29E7E;
}
</style>