Shades of Rodeo Dust #C69D87
Tints of Rodeo Dust #C69D87
RGB
CMYK
RGB Variations
Color information
#C69D87 (or 0xC69D87) is known color: Rodeo Dust. HEX triplet: C6, 9D and 87. RGB value is (198,157,135). Sum of RGB (Red+Green+Blue) = 198+157+135=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D87 is #396278. Grayscale: #A6A6A6. Windows color (decimal): -3760761 or 8887750. OLE color: 8887750.
HSL color Cylindrical-coordinate representation of color #C69D87: hue angle of 20.95º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C69D87 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 135 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.22 |
| HSL | 20.95º | 0.36% | 0.65% | - |
| HSV(B) | 20.95º | 0.32% | 0.78% | - |
| XYZ | 39.72 | 37.87 | 28.14 | - |
| YUV | 166.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 135 | 0 | 0.21 | 0.32 | 0.22 | 20.95 | 0.36 | 0.65 |
| Hex | C6 | 9D | 87 | 0 | 15 | 20 | 16 | 15 | 24 | 41 |
| Octal | 306 | 235 | 207 | 0 | 25 | 40 | 26 | 25 | 44 | 101 |
| Binary | 11000110 | 10011101 | 10000111 | 0 | 10101 | 100000 | 10110 | 10101 | 100100 | 1000001 |
Color Harmonies of #C69D87
Complementary color
Monochromatic Colors of #C69D87
Black with #C69D87
Text Example
Text Example
White with #C69D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D87; }
p { color: rgb(198,157,135); }
H1.HeaderClassName
{
color: #C69D87;
}
.AnyTagClassName
{
color: #C69D87;
}
</style>
background-color css
<style>
a { background-color: #C69D87; }
a { background-color: rgb(198,157,135); }
div.DivClassName
{
background-color: #C69D87;
}
.BgClassName
{
background-color: #C69D87;
}
</style>
border-color css
<style>
span { border-color: #C69D87; }
span { border-color: rgb(198,157,135); }
td.TdClassName
{
border-color: #C69D87;
}
.TagClassName
{
border-color: #C69D87;
}
</style>