Shades of Rodeo Dust #C69E85
Tints of Rodeo Dust #C69E85
RGB
CMYK
RGB Variations
Color information
#C69E85 (or 0xC69E85) is known color: Rodeo Dust. HEX triplet: C6, 9E and 85. RGB value is (198,158,133). Sum of RGB (Red+Green+Blue) = 198+158+133=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69E85 is #39617A. Grayscale: #A7A7A7. Windows color (decimal): -3760507 or 8756934. OLE color: 8756934.
HSL color Cylindrical-coordinate representation of color #C69E85: hue angle of 23.08º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69E85 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 133 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.22 |
| HSL | 23.08º | 0.36% | 0.65% | - |
| HSV(B) | 23.08º | 0.33% | 0.78% | - |
| XYZ | 39.75 | 38.15 | 27.46 | - |
| YUV | 167.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 133 | 0 | 0.20 | 0.33 | 0.22 | 23.08 | 0.36 | 0.65 |
| Hex | C6 | 9E | 85 | 0 | 14 | 21 | 16 | 17 | 24 | 41 |
| Octal | 306 | 236 | 205 | 0 | 24 | 41 | 26 | 27 | 44 | 101 |
| Binary | 11000110 | 10011110 | 10000101 | 0 | 10100 | 100001 | 10110 | 10111 | 100100 | 1000001 |
Color Harmonies of #C69E85
Complementary color
Monochromatic Colors of #C69E85
Black with #C69E85
Text Example
Text Example
White with #C69E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E85; }
p { color: rgb(198,158,133); }
H1.HeaderClassName
{
color: #C69E85;
}
.AnyTagClassName
{
color: #C69E85;
}
</style>
background-color css
<style>
a { background-color: #C69E85; }
a { background-color: rgb(198,158,133); }
div.DivClassName
{
background-color: #C69E85;
}
.BgClassName
{
background-color: #C69E85;
}
</style>
border-color css
<style>
span { border-color: #C69E85; }
span { border-color: rgb(198,158,133); }
td.TdClassName
{
border-color: #C69E85;
}
.TagClassName
{
border-color: #C69E85;
}
</style>