#9C8897

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

Shades of Bouquet #9C8897

Tints of Bouquet #9C8897

Color information

#9C8897 (or 0x9C8897) is unknown color: approx Bouquet. HEX triplet: 9C, 88 and 97. RGB value is (156,136,151). Sum of RGB (Red+Green+Blue) = 156+136+151=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8897 is #637768. Grayscale: #8F8F8F. Windows color (decimal): -6518633 or 9930908. OLE color: 9930908.

HSL color Cylindrical-coordinate representation of color #9C8897: hue angle of 315º 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 #9C8897 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB156136151-
CMYK00.130.030.39
HSL315º9.17%57.25%-
HSV(B)315º12.82%61.18%-
XYZ28.126.9132.99-
YUV143.69132.13136.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.21%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=35.21%
G=30.70%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613615100.130.030.393159.1757.25
Hex9C88970D32713b939
Octal2342102270153474731171
Binary10011100100010001001011101101111001111001110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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