Html Css Color HEX #998287 Venus

📋 copy color: '#998287'

red 153 ◦ green 130 ◦ blue 135

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

Shades of Venus #998287

Tints of Venus #998287

RGB

 RED value IS 153 (60.16% from 255) = 36.6%

 GREEN value IS 130 (51.17% from 255) = 31.1%

 BLUE value IS 135 (53.13% from 255) = 32.3%

R = 36.6%
G = 31.1%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#998287 (or 0x998287) is known color: Venus. HEX triplet: 99, 82 and 87. RGB value is (153,130,135). Sum of RGB (Red+Green+Blue) = 153+130+135=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #998287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998287 is #667D78. Grayscale: #898989. Windows color (decimal): -6716793 or 8880793. OLE color: 8880793.

HSL color Cylindrical-coordinate representation of color #998287: hue angle of 346.96º 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 #998287 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 135 -
CMYK 0 0.15 0.12 0.4
HSL 346.96º 0.1% 0.55% -
HSV(B) 346.96º 0.15% 0.6% -
XYZ 25.49 24.49 26.3 -
YUV 137.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 153 130 135 0 0.15 0.12 0.4 346.96 0.1 0.55
Hex 99 82 87 0 F C 28 15B A 37
Octal 231 202 207 0 17 14 50 533 12 67
Binary 10011001 10000010 10000111 0 1111 1100 101000 101011011 1010 110111

Color Harmonies of #998287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998287

Black with #998287

Text Example


Text Example

White with #998287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998287; }

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

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

background-color css

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

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

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

border-color css

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

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

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