Shades of Rodeo Dust #C29F82
Tints of Rodeo Dust #C29F82
RGB
CMYK
RGB Variations
Color information
#C29F82 (or 0xC29F82) is known color: Rodeo Dust. HEX triplet: C2, 9F and 82. RGB value is (194,159,130). Sum of RGB (Red+Green+Blue) = 194+159+130=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F82 is #3D607D. Grayscale: #A6A6A6. Windows color (decimal): -4022398 or 8560578. OLE color: 8560578.
HSL color Cylindrical-coordinate representation of color #C29F82: hue angle of 27.19º 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 #C29F82 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 130 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.24 |
| HSL | 27.19º | 0.34% | 0.64% | - |
| HSV(B) | 27.19º | 0.33% | 0.76% | - |
| XYZ | 38.68 | 37.88 | 26.39 | - |
| YUV | 166.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 130 | 0 | 0.18 | 0.33 | 0.24 | 27.19 | 0.34 | 0.64 |
| Hex | C2 | 9F | 82 | 0 | 12 | 21 | 18 | 1B | 22 | 40 |
| Octal | 302 | 237 | 202 | 0 | 22 | 41 | 30 | 33 | 42 | 100 |
| Binary | 11000010 | 10011111 | 10000010 | 0 | 10010 | 100001 | 11000 | 11011 | 100010 | 1000000 |
Color Harmonies of #C29F82
Complementary color
Monochromatic Colors of #C29F82
Black with #C29F82
Text Example
Text Example
White with #C29F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F82; }
p { color: rgb(194,159,130); }
H1.HeaderClassName
{
color: #C29F82;
}
.AnyTagClassName
{
color: #C29F82;
}
</style>
background-color css
<style>
a { background-color: #C29F82; }
a { background-color: rgb(194,159,130); }
div.DivClassName
{
background-color: #C29F82;
}
.BgClassName
{
background-color: #C29F82;
}
</style>
border-color css
<style>
span { border-color: #C29F82; }
span { border-color: rgb(194,159,130); }
td.TdClassName
{
border-color: #C29F82;
}
.TagClassName
{
border-color: #C29F82;
}
</style>