Shades of Rodeo Dust #C09F87
Tints of Rodeo Dust #C09F87
RGB
CMYK
RGB Variations
Color information
#C09F87 (or 0xC09F87) is known color: Rodeo Dust. HEX triplet: C0, 9F and 87. RGB value is (192,159,135). Sum of RGB (Red+Green+Blue) = 192+159+135=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09F87 is #3F6078. Grayscale: #A6A6A6. Windows color (decimal): -4153465 or 8888256. OLE color: 8888256.
HSL color Cylindrical-coordinate representation of color #C09F87: hue angle of 25.26º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09F87 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 135 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.25 |
| HSL | 25.26º | 0.31% | 0.64% | - |
| HSV(B) | 25.26º | 0.3% | 0.75% | - |
| XYZ | 38.51 | 37.75 | 28.18 | - |
| YUV | 166.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 135 | 0 | 0.17 | 0.30 | 0.25 | 25.26 | 0.31 | 0.64 |
| Hex | C0 | 9F | 87 | 0 | 11 | 1E | 19 | 19 | 1F | 40 |
| Octal | 300 | 237 | 207 | 0 | 21 | 36 | 31 | 31 | 37 | 100 |
| Binary | 11000000 | 10011111 | 10000111 | 0 | 10001 | 11110 | 11001 | 11001 | 11111 | 1000000 |
Color Harmonies of #C09F87
Complementary color
Monochromatic Colors of #C09F87
Black with #C09F87
Text Example
Text Example
White with #C09F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F87; }
p { color: rgb(192,159,135); }
H1.HeaderClassName
{
color: #C09F87;
}
.AnyTagClassName
{
color: #C09F87;
}
</style>
background-color css
<style>
a { background-color: #C09F87; }
a { background-color: rgb(192,159,135); }
div.DivClassName
{
background-color: #C09F87;
}
.BgClassName
{
background-color: #C09F87;
}
</style>
border-color css
<style>
span { border-color: #C09F87; }
span { border-color: rgb(192,159,135); }
td.TdClassName
{
border-color: #C09F87;
}
.TagClassName
{
border-color: #C09F87;
}
</style>