Shades of Rodeo Dust #C89F84
Tints of Rodeo Dust #C89F84
RGB
CMYK
RGB Variations
Color information
#C89F84 (or 0xC89F84) is known color: Rodeo Dust. HEX triplet: C8, 9F and 84. RGB value is (200,159,132). Sum of RGB (Red+Green+Blue) = 200+159+132=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F84 is #37607B. Grayscale: #A8A8A8. Windows color (decimal): -3629180 or 8691656. OLE color: 8691656.
HSL color Cylindrical-coordinate representation of color #C89F84: hue angle of 23.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C89F84 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 132 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.22 |
| HSL | 23.82º | 0.38% | 0.65% | - |
| HSV(B) | 23.82º | 0.34% | 0.78% | - |
| XYZ | 40.38 | 38.74 | 27.18 | - |
| YUV | 168.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 132 | 0 | 0.20 | 0.34 | 0.22 | 23.82 | 0.38 | 0.65 |
| Hex | C8 | 9F | 84 | 0 | 14 | 22 | 16 | 18 | 26 | 41 |
| Octal | 310 | 237 | 204 | 0 | 24 | 42 | 26 | 30 | 46 | 101 |
| Binary | 11001000 | 10011111 | 10000100 | 0 | 10100 | 100010 | 10110 | 11000 | 100110 | 1000001 |
Color Harmonies of #C89F84
Complementary color
Monochromatic Colors of #C89F84
Black with #C89F84
Text Example
Text Example
White with #C89F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F84; }
p { color: rgb(200,159,132); }
H1.HeaderClassName
{
color: #C89F84;
}
.AnyTagClassName
{
color: #C89F84;
}
</style>
background-color css
<style>
a { background-color: #C89F84; }
a { background-color: rgb(200,159,132); }
div.DivClassName
{
background-color: #C89F84;
}
.BgClassName
{
background-color: #C89F84;
}
</style>
border-color css
<style>
span { border-color: #C89F84; }
span { border-color: rgb(200,159,132); }
td.TdClassName
{
border-color: #C89F84;
}
.TagClassName
{
border-color: #C89F84;
}
</style>