Shades of Rodeo Dust #C89E7E
Tints of Rodeo Dust #C89E7E
RGB
CMYK
RGB Variations
Color information
#C89E7E (or 0xC89E7E) is known color: Rodeo Dust. HEX triplet: C8, 9E and 7E. RGB value is (200,158,126). Sum of RGB (Red+Green+Blue) = 200+158+126=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89E7E is #376181. Grayscale: #A7A7A7. Windows color (decimal): -3629442 or 8298184. OLE color: 8298184.
HSL color Cylindrical-coordinate representation of color #C89E7E: hue angle of 25.95º 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 #C89E7E is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 126 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.22 |
| HSL | 25.95º | 0.4% | 0.64% | - |
| HSV(B) | 25.95º | 0.37% | 0.78% | - |
| XYZ | 39.81 | 38.24 | 25.02 | - |
| YUV | 166.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 126 | 0 | 0.21 | 0.37 | 0.22 | 25.95 | 0.4 | 0.64 |
| Hex | C8 | 9E | 7E | 0 | 15 | 25 | 16 | 1A | 28 | 40 |
| Octal | 310 | 236 | 176 | 0 | 25 | 45 | 26 | 32 | 50 | 100 |
| Binary | 11001000 | 10011110 | 1111110 | 0 | 10101 | 100101 | 10110 | 11010 | 101000 | 1000000 |
Color Harmonies of #C89E7E
Complementary color
Monochromatic Colors of #C89E7E
Black with #C89E7E
Text Example
Text Example
White with #C89E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E7E; }
p { color: rgb(200,158,126); }
H1.HeaderClassName
{
color: #C89E7E;
}
.AnyTagClassName
{
color: #C89E7E;
}
</style>
background-color css
<style>
a { background-color: #C89E7E; }
a { background-color: rgb(200,158,126); }
div.DivClassName
{
background-color: #C89E7E;
}
.BgClassName
{
background-color: #C89E7E;
}
</style>
border-color css
<style>
span { border-color: #C89E7E; }
span { border-color: rgb(200,158,126); }
td.TdClassName
{
border-color: #C89E7E;
}
.TagClassName
{
border-color: #C89E7E;
}
</style>