Shades of Rodeo Dust #C29F87
Tints of Rodeo Dust #C29F87
RGB
CMYK
RGB Variations
Color information
#C29F87 (or 0xC29F87) is known color: Rodeo Dust. HEX triplet: C2, 9F and 87. RGB value is (194,159,135). Sum of RGB (Red+Green+Blue) = 194+159+135=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F87 is #3D6078. Grayscale: #A6A6A6. Windows color (decimal): -4022393 or 8888258. OLE color: 8888258.
HSL color Cylindrical-coordinate representation of color #C29F87: hue angle of 24.41º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29F87 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 135 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.24 |
| HSL | 24.41º | 0.33% | 0.65% | - |
| HSV(B) | 24.41º | 0.3% | 0.76% | - |
| XYZ | 39.02 | 38.01 | 28.2 | - |
| YUV | 166.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 135 | 0 | 0.18 | 0.30 | 0.24 | 24.41 | 0.33 | 0.65 |
| Hex | C2 | 9F | 87 | 0 | 12 | 1E | 18 | 18 | 21 | 41 |
| Octal | 302 | 237 | 207 | 0 | 22 | 36 | 30 | 30 | 41 | 101 |
| Binary | 11000010 | 10011111 | 10000111 | 0 | 10010 | 11110 | 11000 | 11000 | 100001 | 1000001 |
Color Harmonies of #C29F87
Complementary color
Monochromatic Colors of #C29F87
Black with #C29F87
Text Example
Text Example
White with #C29F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F87; }
p { color: rgb(194,159,135); }
H1.HeaderClassName
{
color: #C29F87;
}
.AnyTagClassName
{
color: #C29F87;
}
</style>
background-color css
<style>
a { background-color: #C29F87; }
a { background-color: rgb(194,159,135); }
div.DivClassName
{
background-color: #C29F87;
}
.BgClassName
{
background-color: #C29F87;
}
</style>
border-color css
<style>
span { border-color: #C29F87; }
span { border-color: rgb(194,159,135); }
td.TdClassName
{
border-color: #C29F87;
}
.TagClassName
{
border-color: #C29F87;
}
</style>