Html Css Color HEX #948388 Venus

📋 copy color: '#948388'

red 148 ◦ green 131 ◦ blue 136

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

Shades of Venus #948388

Tints of Venus #948388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

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

R = 35.66%
G = 31.57%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#948388 (or 0x948388) is known color: Venus. HEX triplet: 94, 83 and 88. RGB value is (148,131,136). Sum of RGB (Red+Green+Blue) = 148+131+136=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #948388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948388 is #6B7C77. Grayscale: #888888. Windows color (decimal): -7044216 or 8946580. OLE color: 8946580.

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

Color convert

RGB 148 131 136 -
CMYK 0 0.11 0.08 0.42
HSL 342.35º 0.07% 0.55% -
HSV(B) 342.35º 0.11% 0.58% -
XYZ 24.77 24.31 26.68 -
YUV 136.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 148 131 136 0 0.11 0.08 0.42 342.35 0.07 0.55
Hex 94 83 88 0 B 8 2A 156 7 37
Octal 224 203 210 0 13 10 52 526 7 67
Binary 10010100 10000011 10001000 0 1011 1000 101010 101010110 111 110111

Color Harmonies of #948388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948388

Black with #948388

Text Example


Text Example

White with #948388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948388; }

 p { color: rgb(148,131,136); }

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

background-color css

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

 a { background-color: rgb(148,131,136); }

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

border-color css

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

 span { border-color: rgb(148,131,136); }

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