Html Css Color HEX #946E71 Turkish Rose

📋 copy color: '#946E71'

red 148 ◦ green 110 ◦ blue 113

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

Shades of Turkish Rose #946E71

Tints of Turkish Rose #946E71

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.65%

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 39.89%
G = 29.65%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#946E71 (or 0x946E71) is known color: Turkish Rose. HEX triplet: 94, 6E and 71. RGB value is (148,110,113). Sum of RGB (Red+Green+Blue) = 148+110+113=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #946E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E71 is #6B918E. Grayscale: #797979. Windows color (decimal): -7049615 or 7433876. OLE color: 7433876.

HSL color Cylindrical-coordinate representation of color #946E71: hue angle of 355.26º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946E71 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 110 113 -
CMYK 0 0.26 0.24 0.42
HSL 355.26º 0.15% 0.51% -
HSV(B) 355.26º 0.26% 0.58% -
XYZ 20.77 18.64 18.13 -
YUV 121.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 148 110 113 0 0.26 0.24 0.42 355.26 0.15 0.51
Hex 94 6E 71 0 1A 18 2A 163 F 33
Octal 224 156 161 0 32 30 52 543 17 63
Binary 10010100 1101110 1110001 0 11010 11000 101010 101100011 1111 110011

Color Harmonies of #946E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E71

Black with #946E71

Text Example


Text Example

White with #946E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946E71; }

 p { color: rgb(148,110,113); }

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

background-color css

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

 a { background-color: rgb(148,110,113); }

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

border-color css

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

 span { border-color: rgb(148,110,113); }

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