Shades of Bouquet #9C829A
Tints of Bouquet #9C829A
RGB
CMYK
RGB Variations
Color information
#9C829A (or 0x9C829A) is known color: Bouquet. HEX triplet: 9C, 82 and 9A. RGB value is (156,130,154). Sum of RGB (Red+Green+Blue) = 156+130+154=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 156 - color contains mainly: red. Hex color #9C829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C829A is #637D65. Grayscale: #8C8C8C. Windows color (decimal): -6520166 or 10125980. OLE color: 10125980.
HSL color Cylindrical-coordinate representation of color #9C829A: hue angle of 304.62º 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 #9C829A is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 154 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.39 |
| HSL | 304.62º | 0.12% | 0.56% | - |
| HSV(B) | 304.62º | 0.17% | 0.61% | - |
| XYZ | 27.53 | 25.37 | 34.02 | - |
| YUV | 140.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 154 | 0 | 0.17 | 0.01 | 0.39 | 304.62 | 0.12 | 0.56 |
| Hex | 9C | 82 | 9A | 0 | 11 | 1 | 27 | 131 | C | 38 |
| Octal | 234 | 202 | 232 | 0 | 21 | 1 | 47 | 461 | 14 | 70 |
| Binary | 10011100 | 10000010 | 10011010 | 0 | 10001 | 1 | 100111 | 100110001 | 1100 | 111000 |
Color Harmonies of #9C829A
Complementary color
Monochromatic Colors of #9C829A
Black with #9C829A
Text Example
Text Example
White with #9C829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C829A; }
p { color: rgb(156,130,154); }
H1.HeaderClassName
{
color: #9C829A;
}
.AnyTagClassName
{
color: #9C829A;
}
</style>
background-color css
<style>
a { background-color: #9C829A; }
a { background-color: rgb(156,130,154); }
div.DivClassName
{
background-color: #9C829A;
}
.BgClassName
{
background-color: #9C829A;
}
</style>
border-color css
<style>
span { border-color: #9C829A; }
span { border-color: rgb(156,130,154); }
td.TdClassName
{
border-color: #9C829A;
}
.TagClassName
{
border-color: #9C829A;
}
</style>