Html Css Color HEX #948289 Venus

📋 copy color: '#948289'

red 148 ◦ green 130 ◦ blue 137

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

Shades of Venus #948289

Tints of Venus #948289

RGB

 RED value IS 148 (58.2% from 255) = 35.66%

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

 BLUE value IS 137 (53.91% from 255) = 33.01%

R = 35.66%
G = 31.33%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#948289 (or 0x948289) is known color: Venus. HEX triplet: 94, 82 and 89. RGB value is (148,130,137). Sum of RGB (Red+Green+Blue) = 148+130+137=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #948289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948289 is #6B7D76. Grayscale: #888888. Windows color (decimal): -7044471 or 9011860. OLE color: 9011860.

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

Color convert

RGB 148 130 137 -
CMYK 0 0.12 0.07 0.42
HSL 336.67º 0.08% 0.55% -
HSV(B) 336.67º 0.12% 0.58% -
XYZ 24.71 24.07 27.01 -
YUV 136.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 148 130 137 0 0.12 0.07 0.42 336.67 0.08 0.55
Hex 94 82 89 0 C 7 2A 151 8 37
Octal 224 202 211 0 14 7 52 521 10 67
Binary 10010100 10000010 10001001 0 1100 111 101010 101010001 1000 110111

Color Harmonies of #948289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948289

Black with #948289

Text Example


Text Example

White with #948289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948289; }

 p { color: rgb(148,130,137); }

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

background-color css

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

 a { background-color: rgb(148,130,137); }

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

border-color css

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

 span { border-color: rgb(148,130,137); }

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