Shades of Rodeo Dust #C39E88
Tints of Rodeo Dust #C39E88
RGB
CMYK
RGB Variations
Color information
#C39E88 (or 0xC39E88) is known color: Rodeo Dust. HEX triplet: C3, 9E and 88. RGB value is (195,158,136). Sum of RGB (Red+Green+Blue) = 195+158+136=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39E88 is #3C6177. Grayscale: #A6A6A6. Windows color (decimal): -3957112 or 8953539. OLE color: 8953539.
HSL color Cylindrical-coordinate representation of color #C39E88: hue angle of 22.37º 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 #C39E88 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 136 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.24 |
| HSL | 22.37º | 0.33% | 0.65% | - |
| HSV(B) | 22.37º | 0.3% | 0.76% | - |
| XYZ | 39.18 | 37.83 | 28.53 | - |
| YUV | 166.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 136 | 0 | 0.19 | 0.30 | 0.24 | 22.37 | 0.33 | 0.65 |
| Hex | C3 | 9E | 88 | 0 | 13 | 1E | 18 | 16 | 21 | 41 |
| Octal | 303 | 236 | 210 | 0 | 23 | 36 | 30 | 26 | 41 | 101 |
| Binary | 11000011 | 10011110 | 10001000 | 0 | 10011 | 11110 | 11000 | 10110 | 100001 | 1000001 |
Color Harmonies of #C39E88
Complementary color
Monochromatic Colors of #C39E88
Black with #C39E88
Text Example
Text Example
White with #C39E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E88; }
p { color: rgb(195,158,136); }
H1.HeaderClassName
{
color: #C39E88;
}
.AnyTagClassName
{
color: #C39E88;
}
</style>
background-color css
<style>
a { background-color: #C39E88; }
a { background-color: rgb(195,158,136); }
div.DivClassName
{
background-color: #C39E88;
}
.BgClassName
{
background-color: #C39E88;
}
</style>
border-color css
<style>
span { border-color: #C39E88; }
span { border-color: rgb(195,158,136); }
td.TdClassName
{
border-color: #C39E88;
}
.TagClassName
{
border-color: #C39E88;
}
</style>