Shades of Bouquet #9D859A
Tints of Bouquet #9D859A
RGB
CMYK
RGB Variations
Color information
#9D859A (or 0x9D859A) is known color: Bouquet. HEX triplet: 9D, 85 and 9A. RGB value is (157,133,154). Sum of RGB (Red+Green+Blue) = 157+133+154=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 157 - color contains mainly: red. Hex color #9D859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D859A is #627A65. Grayscale: #8E8E8E. Windows color (decimal): -6453862 or 10126749. OLE color: 10126749.
HSL color Cylindrical-coordinate representation of color #9D859A: hue angle of 307.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D859A is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 154 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.38 |
| HSL | 307.5º | 0.11% | 0.57% | - |
| HSV(B) | 307.5º | 0.15% | 0.62% | - |
| XYZ | 28.12 | 26.28 | 34.16 | - |
| YUV | 142.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 154 | 0 | 0.15 | 0.02 | 0.38 | 307.5 | 0.11 | 0.57 |
| Hex | 9D | 85 | 9A | 0 | F | 2 | 26 | 134 | B | 39 |
| Octal | 235 | 205 | 232 | 0 | 17 | 2 | 46 | 464 | 13 | 71 |
| Binary | 10011101 | 10000101 | 10011010 | 0 | 1111 | 10 | 100110 | 100110100 | 1011 | 111001 |
Color Harmonies of #9D859A
Complementary color
Monochromatic Colors of #9D859A
Black with #9D859A
Text Example
Text Example
White with #9D859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D859A; }
p { color: rgb(157,133,154); }
H1.HeaderClassName
{
color: #9D859A;
}
.AnyTagClassName
{
color: #9D859A;
}
</style>
background-color css
<style>
a { background-color: #9D859A; }
a { background-color: rgb(157,133,154); }
div.DivClassName
{
background-color: #9D859A;
}
.BgClassName
{
background-color: #9D859A;
}
</style>
border-color css
<style>
span { border-color: #9D859A; }
span { border-color: rgb(157,133,154); }
td.TdClassName
{
border-color: #9D859A;
}
.TagClassName
{
border-color: #9D859A;
}
</style>