Shades of Rodeo Dust #C29E82
Tints of Rodeo Dust #C29E82
RGB
CMYK
RGB Variations
Color information
#C29E82 (or 0xC29E82) is known color: Rodeo Dust. HEX triplet: C2, 9E and 82. RGB value is (194,158,130). Sum of RGB (Red+Green+Blue) = 194+158+130=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E82 is #3D617D. Grayscale: #A5A5A5. Windows color (decimal): -4022654 or 8560322. OLE color: 8560322.
HSL color Cylindrical-coordinate representation of color #C29E82: hue angle of 26.25º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29E82 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 130 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.24 |
| HSL | 26.25º | 0.34% | 0.64% | - |
| HSV(B) | 26.25º | 0.33% | 0.76% | - |
| XYZ | 38.5 | 37.53 | 26.33 | - |
| YUV | 165.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 130 | 0 | 0.19 | 0.33 | 0.24 | 26.25 | 0.34 | 0.64 |
| Hex | C2 | 9E | 82 | 0 | 13 | 21 | 18 | 1A | 22 | 40 |
| Octal | 302 | 236 | 202 | 0 | 23 | 41 | 30 | 32 | 42 | 100 |
| Binary | 11000010 | 10011110 | 10000010 | 0 | 10011 | 100001 | 11000 | 11010 | 100010 | 1000000 |
Color Harmonies of #C29E82
Complementary color
Monochromatic Colors of #C29E82
Black with #C29E82
Text Example
Text Example
White with #C29E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E82; }
p { color: rgb(194,158,130); }
H1.HeaderClassName
{
color: #C29E82;
}
.AnyTagClassName
{
color: #C29E82;
}
</style>
background-color css
<style>
a { background-color: #C29E82; }
a { background-color: rgb(194,158,130); }
div.DivClassName
{
background-color: #C29E82;
}
.BgClassName
{
background-color: #C29E82;
}
</style>
border-color css
<style>
span { border-color: #C29E82; }
span { border-color: rgb(194,158,130); }
td.TdClassName
{
border-color: #C29E82;
}
.TagClassName
{
border-color: #C29E82;
}
</style>