Shades of Rodeo Dust #C69E84
Tints of Rodeo Dust #C69E84
RGB
CMYK
RGB Variations
Color information
#C69E84 (or 0xC69E84) is known color: Rodeo Dust. HEX triplet: C6, 9E and 84. RGB value is (198,158,132). Sum of RGB (Red+Green+Blue) = 198+158+132=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69E84 is #39617B. Grayscale: #A7A7A7. Windows color (decimal): -3760508 or 8691398. OLE color: 8691398.
HSL color Cylindrical-coordinate representation of color #C69E84: hue angle of 23.64º degrees, saturation: 0.37, 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 #C69E84 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 132 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.22 |
| HSL | 23.64º | 0.37% | 0.65% | - |
| HSV(B) | 23.64º | 0.33% | 0.78% | - |
| XYZ | 39.68 | 38.13 | 27.1 | - |
| YUV | 167 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 132 | 0 | 0.20 | 0.33 | 0.22 | 23.64 | 0.37 | 0.65 |
| Hex | C6 | 9E | 84 | 0 | 14 | 21 | 16 | 18 | 25 | 41 |
| Octal | 306 | 236 | 204 | 0 | 24 | 41 | 26 | 30 | 45 | 101 |
| Binary | 11000110 | 10011110 | 10000100 | 0 | 10100 | 100001 | 10110 | 11000 | 100101 | 1000001 |
Color Harmonies of #C69E84
Complementary color
Monochromatic Colors of #C69E84
Black with #C69E84
Text Example
Text Example
White with #C69E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E84; }
p { color: rgb(198,158,132); }
H1.HeaderClassName
{
color: #C69E84;
}
.AnyTagClassName
{
color: #C69E84;
}
</style>
background-color css
<style>
a { background-color: #C69E84; }
a { background-color: rgb(198,158,132); }
div.DivClassName
{
background-color: #C69E84;
}
.BgClassName
{
background-color: #C69E84;
}
</style>
border-color css
<style>
span { border-color: #C69E84; }
span { border-color: rgb(198,158,132); }
td.TdClassName
{
border-color: #C69E84;
}
.TagClassName
{
border-color: #C69E84;
}
</style>