Html Css Color HEX #9C8999 Bouquet

📋 copy color: '#9C8999'

red 156 ◦ green 137 ◦ blue 153

#9C8999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #9C8999

Tints of Bouquet #9C8999

RGB

 RED value IS 156 (61.33% from 255) = 34.98%

 GREEN value IS 137 (53.91% from 255) = 30.72%

 BLUE value IS 153 (60.16% from 255) = 34.3%

R = 34.98%
G = 30.72%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9C8999 (or 0x9C8999) is known color: Bouquet. HEX triplet: 9C, 89 and 99. RGB value is (156,137,153). Sum of RGB (Red+Green+Blue) = 156+137+153=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8999 is #637666. Grayscale: #909090. Windows color (decimal): -6518375 or 10062236. OLE color: 10062236.

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

Color convert

RGB 156 137 153 -
CMYK 0 0.12 0.02 0.39
HSL 309.47º 0.09% 0.57% -
HSV(B) 309.47º 0.12% 0.61% -
XYZ 28.41 27.26 33.9 -
YUV 144.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 156 137 153 0 0.12 0.02 0.39 309.47 0.09 0.57
Hex 9C 89 99 0 C 2 27 135 9 39
Octal 234 211 231 0 14 2 47 465 11 71
Binary 10011100 10001001 10011001 0 1100 10 100111 100110101 1001 111001

Color Harmonies of #9C8999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8999

Black with #9C8999

Text Example


Text Example

White with #9C8999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,137,153); }

 H1.HeaderClassName
 {
   color: #9C8999;
 }
 .AnyTagClassName
 {
   color: #9C8999;
 }
</style>

background-color css

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

 a { background-color: rgb(156,137,153); }

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

border-color css

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

 span { border-color: rgb(156,137,153); }

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