Shades of Rodeo Dust #C89B7E
Tints of Rodeo Dust #C89B7E
RGB
CMYK
RGB Variations
Color information
#C89B7E (or 0xC89B7E) is known color: Rodeo Dust. HEX triplet: C8, 9B and 7E. RGB value is (200,155,126). Sum of RGB (Red+Green+Blue) = 200+155+126=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89B7E is #376481. Grayscale: #A5A5A5. Windows color (decimal): -3630210 or 8297416. OLE color: 8297416.
HSL color Cylindrical-coordinate representation of color #C89B7E: hue angle of 23.51º 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 #C89B7E is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 126 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.22 |
| HSL | 23.51º | 0.4% | 0.64% | - |
| HSV(B) | 23.51º | 0.37% | 0.78% | - |
| XYZ | 39.31 | 37.23 | 24.85 | - |
| YUV | 165.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 126 | 0 | 0.22 | 0.37 | 0.22 | 23.51 | 0.4 | 0.64 |
| Hex | C8 | 9B | 7E | 0 | 16 | 25 | 16 | 18 | 28 | 40 |
| Octal | 310 | 233 | 176 | 0 | 26 | 45 | 26 | 30 | 50 | 100 |
| Binary | 11001000 | 10011011 | 1111110 | 0 | 10110 | 100101 | 10110 | 11000 | 101000 | 1000000 |
Color Harmonies of #C89B7E
Complementary color
Monochromatic Colors of #C89B7E
Black with #C89B7E
Text Example
Text Example
White with #C89B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B7E; }
p { color: rgb(200,155,126); }
H1.HeaderClassName
{
color: #C89B7E;
}
.AnyTagClassName
{
color: #C89B7E;
}
</style>
background-color css
<style>
a { background-color: #C89B7E; }
a { background-color: rgb(200,155,126); }
div.DivClassName
{
background-color: #C89B7E;
}
.BgClassName
{
background-color: #C89B7E;
}
</style>
border-color css
<style>
span { border-color: #C89B7E; }
span { border-color: rgb(200,155,126); }
td.TdClassName
{
border-color: #C89B7E;
}
.TagClassName
{
border-color: #C89B7E;
}
</style>