Html Css Color HEX #948385 Venus

📋 copy color: '#948385'

red 148 ◦ green 131 ◦ blue 133

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

Shades of Venus #948385

Tints of Venus #948385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.28%

R = 35.92%
G = 31.8%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#948385 (or 0x948385) is known color: Venus. HEX triplet: 94, 83 and 85. RGB value is (148,131,133). Sum of RGB (Red+Green+Blue) = 148+131+133=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948385 is #6B7C7A. Grayscale: #888888. Windows color (decimal): -7044219 or 8749972. OLE color: 8749972.

HSL color Cylindrical-coordinate representation of color #948385: hue angle of 352.94º 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 #948385 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 131 133 -
CMYK 0 0.11 0.10 0.42
HSL 352.94º 0.07% 0.55% -
HSV(B) 352.94º 0.11% 0.58% -
XYZ 24.56 24.22 25.57 -
YUV 136.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 148 131 133 0 0.11 0.10 0.42 352.94 0.07 0.55
Hex 94 83 85 0 B A 2A 161 7 37
Octal 224 203 205 0 13 12 52 541 7 67
Binary 10010100 10000011 10000101 0 1011 1010 101010 101100001 111 110111

Color Harmonies of #948385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948385

Black with #948385

Text Example


Text Example

White with #948385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948385; }

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

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

background-color css

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

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

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

border-color css

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

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

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