Shades of Bouquet #9C829B
Tints of Bouquet #9C829B
RGB
CMYK
RGB Variations
Color information
#9C829B (or 0x9C829B) is known color: Bouquet. HEX triplet: 9C, 82 and 9B. RGB value is (156,130,155). Sum of RGB (Red+Green+Blue) = 156+130+155=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 156 - color contains mainly: red. Hex color #9C829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C829B is #637D64. Grayscale: #8C8C8C. Windows color (decimal): -6520165 or 10191516. OLE color: 10191516.
HSL color Cylindrical-coordinate representation of color #9C829B: hue angle of 302.31º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C829B is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 155 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.39 |
| HSL | 302.31º | 0.12% | 0.56% | - |
| HSV(B) | 302.31º | 0.17% | 0.61% | - |
| XYZ | 27.61 | 25.4 | 34.46 | - |
| YUV | 140.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 155 | 0 | 0.17 | 0.01 | 0.39 | 302.31 | 0.12 | 0.56 |
| Hex | 9C | 82 | 9B | 0 | 11 | 1 | 27 | 12E | C | 38 |
| Octal | 234 | 202 | 233 | 0 | 21 | 1 | 47 | 456 | 14 | 70 |
| Binary | 10011100 | 10000010 | 10011011 | 0 | 10001 | 1 | 100111 | 100101110 | 1100 | 111000 |
Color Harmonies of #9C829B
Complementary color
Monochromatic Colors of #9C829B
Black with #9C829B
Text Example
Text Example
White with #9C829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C829B; }
p { color: rgb(156,130,155); }
H1.HeaderClassName
{
color: #9C829B;
}
.AnyTagClassName
{
color: #9C829B;
}
</style>
background-color css
<style>
a { background-color: #9C829B; }
a { background-color: rgb(156,130,155); }
div.DivClassName
{
background-color: #9C829B;
}
.BgClassName
{
background-color: #9C829B;
}
</style>
border-color css
<style>
span { border-color: #9C829B; }
span { border-color: rgb(156,130,155); }
td.TdClassName
{
border-color: #9C829B;
}
.TagClassName
{
border-color: #9C829B;
}
</style>