Shades of Rodeo Dust #C19F87
Tints of Rodeo Dust #C19F87
RGB
CMYK
RGB Variations
Color information
#C19F87 (or 0xC19F87) is known color: Rodeo Dust. HEX triplet: C1, 9F and 87. RGB value is (193,159,135). Sum of RGB (Red+Green+Blue) = 193+159+135=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19F87 is #3E6078. Grayscale: #A6A6A6. Windows color (decimal): -4087929 or 8888257. OLE color: 8888257.
HSL color Cylindrical-coordinate representation of color #C19F87: hue angle of 24.83º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19F87 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 135 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.24 |
| HSL | 24.83º | 0.32% | 0.64% | - |
| HSV(B) | 24.83º | 0.3% | 0.76% | - |
| XYZ | 38.76 | 37.88 | 28.19 | - |
| YUV | 166.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 135 | 0 | 0.18 | 0.30 | 0.24 | 24.83 | 0.32 | 0.64 |
| Hex | C1 | 9F | 87 | 0 | 12 | 1E | 18 | 19 | 20 | 40 |
| Octal | 301 | 237 | 207 | 0 | 22 | 36 | 30 | 31 | 40 | 100 |
| Binary | 11000001 | 10011111 | 10000111 | 0 | 10010 | 11110 | 11000 | 11001 | 100000 | 1000000 |
Color Harmonies of #C19F87
Complementary color
Monochromatic Colors of #C19F87
Black with #C19F87
Text Example
Text Example
White with #C19F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19F87; }
p { color: rgb(193,159,135); }
H1.HeaderClassName
{
color: #C19F87;
}
.AnyTagClassName
{
color: #C19F87;
}
</style>
background-color css
<style>
a { background-color: #C19F87; }
a { background-color: rgb(193,159,135); }
div.DivClassName
{
background-color: #C19F87;
}
.BgClassName
{
background-color: #C19F87;
}
</style>
border-color css
<style>
span { border-color: #C19F87; }
span { border-color: rgb(193,159,135); }
td.TdClassName
{
border-color: #C19F87;
}
.TagClassName
{
border-color: #C19F87;
}
</style>