Html Css Color HEX #945A68 Mauve Taupe

📋 copy color: '#945A68'

red 148 ◦ green 90 ◦ blue 104

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

Shades of Mauve Taupe #945A68

Tints of Mauve Taupe #945A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

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

R = 43.27%
G = 26.32%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#945A68 (or 0x945A68) is known color: Mauve Taupe. HEX triplet: 94, 5A and 68. RGB value is (148,90,104). Sum of RGB (Red+Green+Blue) = 148+90+104=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #945A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A68 is #6BA597. Grayscale: #6C6C6C. Windows color (decimal): -7054744 or 6838932. OLE color: 6838932.

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

Color convert

RGB 148 90 104 -
CMYK 0 0.39 0.30 0.42
HSL 345.52º 0.24% 0.47% -
HSV(B) 345.52º 0.39% 0.58% -
XYZ 18.37 14.61 14.95 -
YUV 108.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 148 90 104 0 0.39 0.30 0.42 345.52 0.24 0.47
Hex 94 5A 68 0 27 1E 2A 15A 18 2F
Octal 224 132 150 0 47 36 52 532 30 57
Binary 10010100 1011010 1101000 0 100111 11110 101010 101011010 11000 101111

Color Harmonies of #945A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A68

Black with #945A68

Text Example


Text Example

White with #945A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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