#9C8A9A

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

Shades of Bouquet #9C8A9A

Tints of Bouquet #9C8A9A

Color information

#9C8A9A (or 0x9C8A9A) is unknown color: approx Bouquet. HEX triplet: 9C, 8A and 9A. RGB value is (156,138,154). Sum of RGB (Red+Green+Blue) = 156+138+154=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8A9A is #637565. Grayscale: #919191. Windows color (decimal): -6518118 or 10128028. OLE color: 10128028.

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

Color convert

RGB156138154-
CMYK00.120.010.39
HSL306.67º8.33%57.65%-
HSV(B)306.67º11.54%61.18%-
XYZ28.6327.5834.39-
YUV145.21132.96135.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=34.82%
G=30.80%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613815400.120.010.39306.678.3357.65
Hex9C8A9A0C12713383a
Octal2342122320141474631072
Binary1001110010001010100110100110011001111001100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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