Shades of Rodeo Dust #C89E7B
Tints of Rodeo Dust #C89E7B
RGB
CMYK
RGB Variations
Color information
#C89E7B (or 0xC89E7B) is known color: Rodeo Dust. HEX triplet: C8, 9E and 7B. RGB value is (200,158,123). Sum of RGB (Red+Green+Blue) = 200+158+123=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89E7B is #376184. Grayscale: #A6A6A6. Windows color (decimal): -3629445 or 8101576. OLE color: 8101576.
HSL color Cylindrical-coordinate representation of color #C89E7B: hue angle of 27.27º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C89E7B is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 123 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.22 |
| HSL | 27.27º | 0.41% | 0.63% | - |
| HSV(B) | 27.27º | 0.39% | 0.78% | - |
| XYZ | 39.62 | 38.16 | 24.02 | - |
| YUV | 166.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 123 | 0 | 0.21 | 0.38 | 0.22 | 27.27 | 0.41 | 0.63 |
| Hex | C8 | 9E | 7B | 0 | 15 | 26 | 16 | 1B | 29 | 3F |
| Octal | 310 | 236 | 173 | 0 | 25 | 46 | 26 | 33 | 51 | 77 |
| Binary | 11001000 | 10011110 | 1111011 | 0 | 10101 | 100110 | 10110 | 11011 | 101001 | 111111 |
Color Harmonies of #C89E7B
Complementary color
Monochromatic Colors of #C89E7B
Black with #C89E7B
Text Example
Text Example
White with #C89E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E7B; }
p { color: rgb(200,158,123); }
H1.HeaderClassName
{
color: #C89E7B;
}
.AnyTagClassName
{
color: #C89E7B;
}
</style>
background-color css
<style>
a { background-color: #C89E7B; }
a { background-color: rgb(200,158,123); }
div.DivClassName
{
background-color: #C89E7B;
}
.BgClassName
{
background-color: #C89E7B;
}
</style>
border-color css
<style>
span { border-color: #C89E7B; }
span { border-color: rgb(200,158,123); }
td.TdClassName
{
border-color: #C89E7B;
}
.TagClassName
{
border-color: #C89E7B;
}
</style>