Html Css Color HEX #958188 Venus

📋 copy color: '#958188'

red 149 ◦ green 129 ◦ blue 136

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

Shades of Venus #958188

Tints of Venus #958188

RGB

 RED value IS 149 (58.59% from 255) = 35.99%

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

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 35.99%
G = 31.16%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#958188 (or 0x958188) is known color: Venus. HEX triplet: 95, 81 and 88. RGB value is (149,129,136). Sum of RGB (Red+Green+Blue) = 149+129+136=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #958188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958188 is #6A7E77. Grayscale: #878787. Windows color (decimal): -6979192 or 8946069. OLE color: 8946069.

HSL color Cylindrical-coordinate representation of color #958188: hue angle of 339º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958188 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 129 136 -
CMYK 0 0.13 0.09 0.42
HSL 339º 0.09% 0.55% -
HSV(B) 339º 0.13% 0.58% -
XYZ 24.69 23.87 26.6 -
YUV 135.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 149 129 136 0 0.13 0.09 0.42 339 0.09 0.55
Hex 95 81 88 0 D 9 2A 153 9 37
Octal 225 201 210 0 15 11 52 523 11 67
Binary 10010101 10000001 10001000 0 1101 1001 101010 101010011 1001 110111

Color Harmonies of #958188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958188

Black with #958188

Text Example


Text Example

White with #958188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958188; }

 p { color: rgb(149,129,136); }

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

background-color css

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

 a { background-color: rgb(149,129,136); }

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

border-color css

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

 span { border-color: rgb(149,129,136); }

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