Html Css Color HEX #9C8893 Bouquet

📋 copy color: '#9C8893'

red 156 ◦ green 136 ◦ blue 147

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

Shades of Bouquet #9C8893

Tints of Bouquet #9C8893

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 value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9C8893 (or 0x9C8893) is known color: 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

RGB 156 136 147 -
CMYK 0 0.13 0.06 0.39
HSL 327º 0.09% 0.57% -
HSV(B) 327º 0.13% 0.61% -
XYZ 27.78 26.78 31.31 -
YUV 143.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 156 136 147 0 0.13 0.06 0.39 327 0.09 0.57
Hex 9C 88 93 0 D 6 27 147 9 39
Octal 234 210 223 0 15 6 47 507 11 71
Binary 10011100 10001000 10010011 0 1101 110 100111 101000111 1001 111001

Color Harmonies of #9C8893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8893

Black with #9C8893

Text Example


Text Example

White with #9C8893

Text Example


Text Example

HTML Codes & Css Web 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>