#9D8595

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

Shades of Bouquet #9D8595

Tints of Bouquet #9D8595

Color information

#9D8595 (or 0x9D8595) is unknown color: approx Bouquet. HEX triplet: 9D, 85 and 95. RGB value is (157,133,149). Sum of RGB (Red+Green+Blue) = 157+133+149=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8595 is #627A6A. Grayscale: #8D8D8D. Windows color (decimal): -6453867 or 9799069. OLE color: 9799069.

HSL color Cylindrical-coordinate representation of color #9D8595: hue angle of 320º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D8595 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB157133149-
CMYK00.150.050.38
HSL320º10.91%56.86%-
HSV(B)320º15.29%61.57%-
XYZ27.7226.1132.01-
YUV142131.95138.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.76%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=35.76%
G=30.30%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713314900.150.050.3832010.9156.86
Hex9D85950F526140b39
Octal2352052250175465001371
Binary100111011000010110010101011111011001101010000001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,133,149); }

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

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

 a { background-color: rgb(157,133,149); }

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

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

 span { border-color: rgb(157,133,149); }

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