Html Css Color HEX #948588 Venus

📋 copy color: '#948588'

red 148 ◦ green 133 ◦ blue 136

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

Shades of Venus #948588

Tints of Venus #948588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.89%

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

R = 35.49%
G = 31.89%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#948588 (or 0x948588) is known color: Venus. HEX triplet: 94, 85 and 88. RGB value is (148,133,136). Sum of RGB (Red+Green+Blue) = 148+133+136=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #948588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948588 is #6B7A77. Grayscale: #898989. Windows color (decimal): -7043704 or 8947092. OLE color: 8947092.

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

Color convert

RGB 148 133 136 -
CMYK 0 0.10 0.08 0.42
HSL 348º 0.07% 0.55% -
HSV(B) 348º 0.1% 0.58% -
XYZ 25.04 24.85 26.77 -
YUV 137.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 148 133 136 0 0.10 0.08 0.42 348 0.07 0.55
Hex 94 85 88 0 A 8 2A 15C 7 37
Octal 224 205 210 0 12 10 52 534 7 67
Binary 10010100 10000101 10001000 0 1010 1000 101010 101011100 111 110111

Color Harmonies of #948588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948588

Black with #948588

Text Example


Text Example

White with #948588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948588; }

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

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

background-color css

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

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

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

border-color css

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

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

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