Shades of Bouquet #9C929A
Tints of Bouquet #9C929A
RGB
CMYK
RGB Variations
Color information
#9C929A (or 0x9C929A) is known color: Bouquet. HEX triplet: 9C, 92 and 9A. RGB value is (156,146,154). Sum of RGB (Red+Green+Blue) = 156+146+154=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 156 - color contains mainly: red. Hex color #9C929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C929A is #636D65. Grayscale: #959595. Windows color (decimal): -6516070 or 10130076. OLE color: 10130076.
HSL color Cylindrical-coordinate representation of color #9C929A: hue angle of 312º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9C929A is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 154 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.39 |
| HSL | 312º | 0.05% | 0.59% | - |
| HSV(B) | 312º | 0.06% | 0.61% | - |
| XYZ | 29.82 | 29.96 | 34.78 | - |
| YUV | 149.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 154 | 0 | 0.06 | 0.01 | 0.39 | 312 | 0.05 | 0.59 |
| Hex | 9C | 92 | 9A | 0 | 6 | 1 | 27 | 138 | 5 | 3B |
| Octal | 234 | 222 | 232 | 0 | 6 | 1 | 47 | 470 | 5 | 73 |
| Binary | 10011100 | 10010010 | 10011010 | 0 | 110 | 1 | 100111 | 100111000 | 101 | 111011 |
Color Harmonies of #9C929A
Complementary color
Monochromatic Colors of #9C929A
Black with #9C929A
Text Example
Text Example
White with #9C929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C929A; }
p { color: rgb(156,146,154); }
H1.HeaderClassName
{
color: #9C929A;
}
.AnyTagClassName
{
color: #9C929A;
}
</style>
background-color css
<style>
a { background-color: #9C929A; }
a { background-color: rgb(156,146,154); }
div.DivClassName
{
background-color: #9C929A;
}
.BgClassName
{
background-color: #9C929A;
}
</style>
border-color css
<style>
span { border-color: #9C929A; }
span { border-color: rgb(156,146,154); }
td.TdClassName
{
border-color: #9C929A;
}
.TagClassName
{
border-color: #9C929A;
}
</style>