Html Css Color HEX #945A70 Mauve Taupe

📋 copy color: '#945A70'

red 148 ◦ green 90 ◦ blue 112

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

Shades of Mauve Taupe #945A70

Tints of Mauve Taupe #945A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32%

R = 42.29%
G = 25.71%
B = 32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#945A70 (or 0x945A70) is known color: Mauve Taupe. HEX triplet: 94, 5A and 70. RGB value is (148,90,112). Sum of RGB (Red+Green+Blue) = 148+90+112=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #945A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A70 is #6BA58F. Grayscale: #6D6D6D. Windows color (decimal): -7054736 or 7363220. OLE color: 7363220.

HSL color Cylindrical-coordinate representation of color #945A70: hue angle of 337.24º 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 #945A70 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 90 112 -
CMYK 0 0.39 0.24 0.42
HSL 337.24º 0.24% 0.47% -
HSV(B) 337.24º 0.39% 0.58% -
XYZ 18.79 14.78 17.19 -
YUV 109.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 148 90 112 0 0.39 0.24 0.42 337.24 0.24 0.47
Hex 94 5A 70 0 27 18 2A 151 18 2F
Octal 224 132 160 0 47 30 52 521 30 57
Binary 10010100 1011010 1110000 0 100111 11000 101010 101010001 11000 101111

Color Harmonies of #945A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A70

Black with #945A70

Text Example


Text Example

White with #945A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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