Html Css Color HEX #946160 Rose Taupe

📋 copy color: '#946160'

red 148 ◦ green 97 ◦ blue 96

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

Shades of Rose Taupe #946160

Tints of Rose Taupe #946160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.45%

 BLUE value IS 96 (37.89% from 255) = 28.15%

R = 43.4%
G = 28.45%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#946160 (or 0x946160) is known color: Rose Taupe. HEX triplet: 94, 61 and 60. RGB value is (148,97,96). Sum of RGB (Red+Green+Blue) = 148+97+96=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #946160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946160 is #6B9E9F. Grayscale: #707070. Windows color (decimal): -7052960 or 6316436. OLE color: 6316436.

HSL color Cylindrical-coordinate representation of color #946160: hue angle of 1.15º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #946160 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 97 96 -
CMYK 0 0.34 0.35 0.42
HSL 1.15º 0.21% 0.48% -
HSV(B) 1.15º 0.35% 0.58% -
XYZ 18.6 15.69 13.11 -
YUV 112.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 148 97 96 0 0.34 0.35 0.42 1.15 0.21 0.48
Hex 94 61 60 0 22 23 2A 1 15 30
Octal 224 141 140 0 42 43 52 1 25 60
Binary 10010100 1100001 1100000 0 100010 100011 101010 1 10101 110000

Color Harmonies of #946160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946160

Black with #946160

Text Example


Text Example

White with #946160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946160; }

 p { color: rgb(148,97,96); }

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

background-color css

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

 a { background-color: rgb(148,97,96); }

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

border-color css

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

 span { border-color: rgb(148,97,96); }

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