Shades of Bouquet #9C939A
Tints of Bouquet #9C939A
RGB
CMYK
RGB Variations
Color information
#9C939A (or 0x9C939A) is known color: Bouquet. HEX triplet: 9C, 93 and 9A. RGB value is (156,147,154). Sum of RGB (Red+Green+Blue) = 156+147+154=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 156 - color contains mainly: red. Hex color #9C939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C939A is #636C65. Grayscale: #969696. Windows color (decimal): -6515814 or 10130332. OLE color: 10130332.
HSL color Cylindrical-coordinate representation of color #9C939A: hue angle of 313.33º degrees, saturation: 0.04, 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 #9C939A is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 154 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.39 |
| HSL | 313.33º | 0.04% | 0.59% | - |
| HSV(B) | 313.33º | 0.06% | 0.61% | - |
| XYZ | 29.98 | 30.27 | 34.83 | - |
| YUV | 150.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 154 | 0 | 0.06 | 0.01 | 0.39 | 313.33 | 0.04 | 0.59 |
| Hex | 9C | 93 | 9A | 0 | 6 | 1 | 27 | 139 | 4 | 3B |
| Octal | 234 | 223 | 232 | 0 | 6 | 1 | 47 | 471 | 4 | 73 |
| Binary | 10011100 | 10010011 | 10011010 | 0 | 110 | 1 | 100111 | 100111001 | 100 | 111011 |
Color Harmonies of #9C939A
Complementary color
Monochromatic Colors of #9C939A
Black with #9C939A
Text Example
Text Example
White with #9C939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C939A; }
p { color: rgb(156,147,154); }
H1.HeaderClassName
{
color: #9C939A;
}
.AnyTagClassName
{
color: #9C939A;
}
</style>
background-color css
<style>
a { background-color: #9C939A; }
a { background-color: rgb(156,147,154); }
div.DivClassName
{
background-color: #9C939A;
}
.BgClassName
{
background-color: #9C939A;
}
</style>
border-color css
<style>
span { border-color: #9C939A; }
span { border-color: rgb(156,147,154); }
td.TdClassName
{
border-color: #9C939A;
}
.TagClassName
{
border-color: #9C939A;
}
</style>