Shades of Rodeo Dust #C89E7F
Tints of Rodeo Dust #C89E7F
RGB
CMYK
RGB Variations
Color information
#C89E7F (or 0xC89E7F) is known color: Rodeo Dust. HEX triplet: C8, 9E and 7F. RGB value is (200,158,127). Sum of RGB (Red+Green+Blue) = 200+158+127=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89E7F is #376180. Grayscale: #A7A7A7. Windows color (decimal): -3629441 or 8363720. OLE color: 8363720.
HSL color Cylindrical-coordinate representation of color #C89E7F: hue angle of 25.48º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C89E7F is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 127 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.22 |
| HSL | 25.48º | 0.4% | 0.64% | - |
| HSV(B) | 25.48º | 0.37% | 0.78% | - |
| XYZ | 39.88 | 38.27 | 25.36 | - |
| YUV | 167.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 127 | 0 | 0.21 | 0.36 | 0.22 | 25.48 | 0.4 | 0.64 |
| Hex | C8 | 9E | 7F | 0 | 15 | 24 | 16 | 19 | 28 | 40 |
| Octal | 310 | 236 | 177 | 0 | 25 | 44 | 26 | 31 | 50 | 100 |
| Binary | 11001000 | 10011110 | 1111111 | 0 | 10101 | 100100 | 10110 | 11001 | 101000 | 1000000 |
Color Harmonies of #C89E7F
Complementary color
Monochromatic Colors of #C89E7F
Black with #C89E7F
Text Example
Text Example
White with #C89E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E7F; }
p { color: rgb(200,158,127); }
H1.HeaderClassName
{
color: #C89E7F;
}
.AnyTagClassName
{
color: #C89E7F;
}
</style>
background-color css
<style>
a { background-color: #C89E7F; }
a { background-color: rgb(200,158,127); }
div.DivClassName
{
background-color: #C89E7F;
}
.BgClassName
{
background-color: #C89E7F;
}
</style>
border-color css
<style>
span { border-color: #C89E7F; }
span { border-color: rgb(200,158,127); }
td.TdClassName
{
border-color: #C89E7F;
}
.TagClassName
{
border-color: #C89E7F;
}
</style>