Html Css Color HEX #988185 Venus

📋 copy color: '#988185'

red 152 ◦ green 129 ◦ blue 133

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

Shades of Venus #988185

Tints of Venus #988185

RGB

 RED value IS 152 (59.77% from 255) = 36.71%

 GREEN value IS 129 (50.78% from 255) = 31.16%

 BLUE value IS 133 (52.34% from 255) = 32.13%

R = 36.71%
G = 31.16%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988185 (or 0x988185) is known color: Venus. HEX triplet: 98, 81 and 85. RGB value is (152,129,133). Sum of RGB (Red+Green+Blue) = 152+129+133=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #988185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988185 is #677E7A. Grayscale: #888888. Windows color (decimal): -6782587 or 8749464. OLE color: 8749464.

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

Color convert

RGB 152 129 133 -
CMYK 0 0.15 0.13 0.40
HSL 349.57º 0.1% 0.55% -
HSV(B) 349.57º 0.15% 0.6% -
XYZ 25.03 24.07 25.52 -
YUV 136.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 152 129 133 0 0.15 0.13 0.40 349.57 0.1 0.55
Hex 98 81 85 0 F D 28 15E A 37
Octal 230 201 205 0 17 15 50 536 12 67
Binary 10011000 10000001 10000101 0 1111 1101 101000 101011110 1010 110111

Color Harmonies of #988185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988185

Black with #988185

Text Example


Text Example

White with #988185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988185; }

 p { color: rgb(152,129,133); }

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

background-color css

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

 a { background-color: rgb(152,129,133); }

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

border-color css

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

 span { border-color: rgb(152,129,133); }

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