Shades of Rodeo Dust #C89E79
Tints of Rodeo Dust #C89E79
RGB
CMYK
RGB Variations
Color information
#C89E79 (or 0xC89E79) is known color: Rodeo Dust. HEX triplet: C8, 9E and 79. RGB value is (200,158,121). Sum of RGB (Red+Green+Blue) = 200+158+121=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89E79 is #376186. Grayscale: #A6A6A6. Windows color (decimal): -3629447 or 7970504. OLE color: 7970504.
HSL color Cylindrical-coordinate representation of color #C89E79: hue angle of 28.1º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C89E79 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 121 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.22 |
| HSL | 28.1º | 0.42% | 0.63% | - |
| HSV(B) | 28.1º | 0.4% | 0.78% | - |
| XYZ | 39.5 | 38.11 | 23.36 | - |
| YUV | 166.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 121 | 0 | 0.21 | 0.39 | 0.22 | 28.1 | 0.42 | 0.63 |
| Hex | C8 | 9E | 79 | 0 | 15 | 27 | 16 | 1C | 2A | 3F |
| Octal | 310 | 236 | 171 | 0 | 25 | 47 | 26 | 34 | 52 | 77 |
| Binary | 11001000 | 10011110 | 1111001 | 0 | 10101 | 100111 | 10110 | 11100 | 101010 | 111111 |
Color Harmonies of #C89E79
Complementary color
Monochromatic Colors of #C89E79
Black with #C89E79
Text Example
Text Example
White with #C89E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E79; }
p { color: rgb(200,158,121); }
H1.HeaderClassName
{
color: #C89E79;
}
.AnyTagClassName
{
color: #C89E79;
}
</style>
background-color css
<style>
a { background-color: #C89E79; }
a { background-color: rgb(200,158,121); }
div.DivClassName
{
background-color: #C89E79;
}
.BgClassName
{
background-color: #C89E79;
}
</style>
border-color css
<style>
span { border-color: #C89E79; }
span { border-color: rgb(200,158,121); }
td.TdClassName
{
border-color: #C89E79;
}
.TagClassName
{
border-color: #C89E79;
}
</style>