#9C8893

Color #9C8893 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #9C8893

Tints of Bouquet #9C8893

Color information

#9C8893 (or 0x9C8893) is unknown color: approx Bouquet. HEX triplet: 9C, 88 and 93. RGB value is (156,136,147). Sum of RGB (Red+Green+Blue) = 156+136+147=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8893 is #63776C. Grayscale: #8F8F8F. Windows color (decimal): -6518637 or 9668764. OLE color: 9668764.

HSL color Cylindrical-coordinate representation of color #9C8893: hue angle of 327º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C8893 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB156136147-
CMYK00.130.060.39
HSL327º9.17%57.25%-
HSV(B)327º12.82%61.18%-
XYZ27.7826.7831.31-
YUV143.23130.13137.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=35.54%
G=30.98%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613614700.130.060.393279.1757.25
Hex9C88930D627147939
Octal2342102230156475071171
Binary100111001000100010010011011011101001111010001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C8893; }

 p { color: rgb(156,136,147); }

 H1.HeaderClassName
 {
   color: #9C8893;
 }
 .AnyTagClassName
 {
   color: #9C8893;
 }
</style>
background-color css

<style>
 a { background-color: #9C8893; }

 a { background-color: rgb(156,136,147); }

 div.DivClassName
 {
   background-color: #9C8893;
 }
 .BgClassName
 {
   background-color: #9C8893;
 }
</style>
border-color css

<style>
 span { border-color: #9C8893; }

 span { border-color: rgb(156,136,147); }

 td.TdClassName
 {
   border-color: #9C8893;
 }
 .TagClassName
 {
   border-color: #9C8893;
 }
</style>