Html Css Color HEX #9C9199 Bouquet

📋 copy color: '#9C9199'

red 156 ◦ green 145 ◦ blue 153

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

Shades of Bouquet #9C9199

Tints of Bouquet #9C9199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.94%

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

R = 34.36%
G = 31.94%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9C9199 (or 0x9C9199) is known color: Bouquet. HEX triplet: 9C, 91 and 99. RGB value is (156,145,153). Sum of RGB (Red+Green+Blue) = 156+145+153=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9199 is #636E66. Grayscale: #959595. Windows color (decimal): -6516327 or 10064284. OLE color: 10064284.

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

Color convert

RGB 156 145 153 -
CMYK 0 0.07 0.02 0.39
HSL 316.36º 0.05% 0.59% -
HSV(B) 316.36º 0.07% 0.61% -
XYZ 29.59 29.62 34.29 -
YUV 149.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 156 145 153 0 0.07 0.02 0.39 316.36 0.05 0.59
Hex 9C 91 99 0 7 2 27 13C 5 3B
Octal 234 221 231 0 7 2 47 474 5 73
Binary 10011100 10010001 10011001 0 111 10 100111 100111100 101 111011

Color Harmonies of #9C9199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9199

Black with #9C9199

Text Example


Text Example

White with #9C9199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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