#998288

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

Shades of Venus #998288

Tints of Venus #998288

Color information

#998288 (or 0x998288) is unknown color: approx Venus. HEX triplet: 99, 82 and 88. RGB value is (153,130,136). Sum of RGB (Red+Green+Blue) = 153+130+136=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #998288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998288 is #667D77. Grayscale: #898989. Windows color (decimal): -6716792 or 8946329. OLE color: 8946329.

HSL color Cylindrical-coordinate representation of color #998288: hue angle of 344.35º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998288 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB153130136-
CMYK00.150.110.4
HSL344.35º10.13%55.49%-
HSV(B)344.35º15.03%60%-
XYZ25.5624.5226.68-
YUV137.56127.12139.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=36.52%
G=31.03%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313013600.150.110.4344.3510.1355.49
Hex9982880FB28158a37
Octal23120221001713505301267
Binary1001100110000010100010000111110111010001010110001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998288; }

 p { color: rgb(153,130,136); }

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

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

 a { background-color: rgb(153,130,136); }

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

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

 span { border-color: rgb(153,130,136); }

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