#9C829A

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

Shades of Bouquet #9C829A

Tints of Bouquet #9C829A

Color information

#9C829A (or 0x9C829A) is unknown color: approx Bouquet. HEX triplet: 9C, 82 and 9A. RGB value is (156,130,154). Sum of RGB (Red+Green+Blue) = 156+130+154=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 156 - color contains mainly: red. Hex color #9C829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C829A is #637D65. Grayscale: #8C8C8C. Windows color (decimal): -6520166 or 10125980. OLE color: 10125980.

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

Color convert

RGB156130154-
CMYK00.170.010.39
HSL304.62º11.61%56.08%-
HSV(B)304.62º16.67%61.18%-
XYZ27.5325.3734.02-
YUV140.51135.61139.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.45%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 154 (60.55% from 255) = 35%
R=35.45%
G=29.55%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613015400.170.010.39304.6211.6156.08
Hex9C829A011127131c38
Octal2342022320211474611470
Binary10011100100000101001101001000111001111001100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,130,154); }

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

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

 a { background-color: rgb(156,130,154); }

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

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

 span { border-color: rgb(156,130,154); }

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