Html Css Color HEX #948286 Venus

📋 copy color: '#948286'

red 148 ◦ green 130 ◦ blue 134

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

Shades of Venus #948286

Tints of Venus #948286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.52%

R = 35.92%
G = 31.55%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#948286 (or 0x948286) is known color: Venus. HEX triplet: 94, 82 and 86. RGB value is (148,130,134). Sum of RGB (Red+Green+Blue) = 148+130+134=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948286 is #6B7D79. Grayscale: #878787. Windows color (decimal): -7044474 or 8815252. OLE color: 8815252.

HSL color Cylindrical-coordinate representation of color #948286: hue angle of 346.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 #948286 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 130 134 -
CMYK 0 0.12 0.09 0.42
HSL 346.67º 0.08% 0.55% -
HSV(B) 346.67º 0.12% 0.58% -
XYZ 24.5 23.98 25.89 -
YUV 135.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 148 130 134 0 0.12 0.09 0.42 346.67 0.08 0.55
Hex 94 82 86 0 C 9 2A 15B 8 37
Octal 224 202 206 0 14 11 52 533 10 67
Binary 10010100 10000010 10000110 0 1100 1001 101010 101011011 1000 110111

Color Harmonies of #948286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948286

Black with #948286

Text Example


Text Example

White with #948286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948286; }

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

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

background-color css

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

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

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

border-color css

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

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

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