Html Css Color HEX #945C68 Mauve Taupe

📋 copy color: '#945C68'

red 148 ◦ green 92 ◦ blue 104

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

Shades of Mauve Taupe #945C68

Tints of Mauve Taupe #945C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.74%

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 43.02%
G = 26.74%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#945C68 (or 0x945C68) is known color: Mauve Taupe. HEX triplet: 94, 5C and 68. RGB value is (148,92,104). Sum of RGB (Red+Green+Blue) = 148+92+104=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #945C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C68 is #6BA397. Grayscale: #6E6E6E. Windows color (decimal): -7054232 or 6839444. OLE color: 6839444.

HSL color Cylindrical-coordinate representation of color #945C68: hue angle of 347.14º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #945C68 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 92 104 -
CMYK 0 0.38 0.30 0.42
HSL 347.14º 0.23% 0.47% -
HSV(B) 347.14º 0.38% 0.58% -
XYZ 18.54 14.95 15.01 -
YUV 110.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 148 92 104 0 0.38 0.30 0.42 347.14 0.23 0.47
Hex 94 5C 68 0 26 1E 2A 15B 17 2F
Octal 224 134 150 0 46 36 52 533 27 57
Binary 10010100 1011100 1101000 0 100110 11110 101010 101011011 10111 101111

Color Harmonies of #945C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945C68

Black with #945C68

Text Example


Text Example

White with #945C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945C68; }

 p { color: rgb(148,92,104); }

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

background-color css

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

 a { background-color: rgb(148,92,104); }

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

border-color css

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

 span { border-color: rgb(148,92,104); }

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